#F144D7

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

Shades of Razzle Dazzle Rose #F144D7

Tints of Razzle Dazzle Rose #F144D7

Color information

#F144D7 (or 0xF144D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F1, 44 and D7. RGB value is (241,68,215). Sum of RGB (Red+Green+Blue) = 241+68+215=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 68 (26.95% from 255 or 12.98% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F144D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144D7 is #0EBB28. Grayscale: #888888. Windows color (decimal): -965417 or 14107889. OLE color: 14107889.

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

Color convert

RGB24168215-
CMYK00.720.110.05
HSL309.02º86.07%60.59%-
HSV(B)309.02º71.78%94.51%-
XYZ50.6127.7466.98-
YUV136.48172.31202.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 68 (26.95% from 255) = 12.98%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=45.99%
G=12.98%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416821500.720.110.05309.0286.0760.59
HexF144D7048B5135563d
Octal361104327011013546512675
Binary111100011000100110101110100100010111011001101011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F144D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F144D7; }

 p { color: rgb(241,68,215); }

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

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

 a { background-color: rgb(241,68,215); }

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

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

 span { border-color: rgb(241,68,215); }

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