#F84AC0

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

Shades of Razzle Dazzle Rose #F84AC0

Tints of Razzle Dazzle Rose #F84AC0

Color information

#F84AC0 (or 0xF84AC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 4A and C0. RGB value is (248,74,192). Sum of RGB (Red+Green+Blue) = 248+74+192=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AC0 is #07B53F. Grayscale: #8B8B8B. Windows color (decimal): -505152 or 12602104. OLE color: 12602104.

HSL color Cylindrical-coordinate representation of color #F84AC0: hue angle of 319.31º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84AC0 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB24874192-
CMYK00.700.230.03
HSL319.31º92.55%63.14%-
HSV(B)319.31º70.16%97.25%-
XYZ50.6728.6652.73-
YUV139.48157.65205.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 74 (29.30% from 255) = 14.40%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=48.25%
G=14.40%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487419200.700.230.03319.3192.5563.14
HexF84AC004617313f5d3f
Octal370112300010627347713577
Binary111110001001010110000000100011010111111001111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84AC0; }

 p { color: rgb(248,74,192); }

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

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

 a { background-color: rgb(248,74,192); }

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

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

 span { border-color: rgb(248,74,192); }

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