#F14CC1

Color #F14CC1 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F14CC1

Tints of Razzle Dazzle Rose #F14CC1

Color information

#F14CC1 (or 0xF14CC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 4C and C1. RGB value is (241,76,193). Sum of RGB (Red+Green+Blue) = 241+76+193=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F14CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14CC1 is #0EB33E. Grayscale: #8A8A8A. Windows color (decimal): -963391 or 12668145. OLE color: 12668145.

HSL color Cylindrical-coordinate representation of color #F14CC1: hue angle of 317.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14CC1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB24176193-
CMYK00.680.200.05
HSL317.45º85.49%62.16%-
HSV(B)317.45º68.46%94.51%-
XYZ48.4927.7253.25-
YUV138.67158.66200.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=47.25%
G=14.90%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417619300.680.200.05317.4585.4962.16
HexF14CC104414513d553e
Octal361114301010424547512576
Binary1111000110011001100000101000100101001011001111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CC1; }

 p { color: rgb(241,76,193); }

 H1.HeaderClassName
 {
   color: #F14CC1;
 }
 .AnyTagClassName
 {
   color: #F14CC1;
 }
</style>
background-color css

<style>
 a { background-color: #F14CC1; }

 a { background-color: rgb(241,76,193); }

 div.DivClassName
 {
   background-color: #F14CC1;
 }
 .BgClassName
 {
   background-color: #F14CC1;
 }
</style>
border-color css

<style>
 span { border-color: #F14CC1; }

 span { border-color: rgb(241,76,193); }

 td.TdClassName
 {
   border-color: #F14CC1;
 }
 .TagClassName
 {
   border-color: #F14CC1;
 }
</style>