#F84CCD

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

Shades of Razzle Dazzle Rose #F84CCD

Tints of Razzle Dazzle Rose #F84CCD

Color information

#F84CCD (or 0xF84CCD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 4C and CD. RGB value is (248,76,205). Sum of RGB (Red+Green+Blue) = 248+76+205=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CCD is #07B332. Grayscale: #8D8D8D. Windows color (decimal): -504627 or 13454584. OLE color: 13454584.

HSL color Cylindrical-coordinate representation of color #F84CCD: hue angle of 315º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CCD is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24876205-
CMYK00.690.170.03
HSL315º92.47%63.53%-
HSV(B)315º69.35%97.25%-
XYZ52.3229.5360.7-
YUV142.13163.48203.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.88%
GREEN value IS 76 (30.08% from 255) = 14.37%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=46.88%
G=14.37%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487620500.690.170.0331592.4763.53
HexF84CCD04511313b5c40
Octal3701143150105213473134100
Binary1111100010011001100110101000101100011110011101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84CCD; }

 p { color: rgb(248,76,205); }

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

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

 a { background-color: rgb(248,76,205); }

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

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

 span { border-color: rgb(248,76,205); }

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