#F145CC

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

Shades of Razzle Dazzle Rose #F145CC

Tints of Razzle Dazzle Rose #F145CC

Color information

#F145CC (or 0xF145CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 45 and CC. RGB value is (241,69,204). Sum of RGB (Red+Green+Blue) = 241+69+204=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F145CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145CC is #0EBA33. Grayscale: #878787. Windows color (decimal): -965172 or 13387249. OLE color: 13387249.

HSL color Cylindrical-coordinate representation of color #F145CC: hue angle of 312.91º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145CC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB24169204-
CMYK00.710.150.05
HSL312.91º86%60.78%-
HSV(B)312.91º71.37%94.51%-
XYZ49.327.3259.8-
YUV135.82166.48203.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 69 (27.34% from 255) = 13.42%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=46.89%
G=13.42%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416920400.710.150.05312.918660.78
HexF145CC047F5139563d
Octal361105314010717547112675
Binary111100011000101110011000100011111111011001110011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F145CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F145CC; }

 p { color: rgb(241,69,204); }

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

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

 a { background-color: rgb(241,69,204); }

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

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

 span { border-color: rgb(241,69,204); }

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