#F81FD4

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

Shades of Razzle Dazzle Rose #F81FD4

Tints of Razzle Dazzle Rose #F81FD4

Color information

#F81FD4 (or 0xF81FD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 1F and D4. RGB value is (248,31,212). Sum of RGB (Red+Green+Blue) = 248+31+212=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81FD4 is #07E02B. Grayscale: #747474. Windows color (decimal): -516140 or 13901816. OLE color: 13901816.

HSL color Cylindrical-coordinate representation of color #F81FD4: hue angle of 309.95º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FD4 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB24831212-
CMYK00.880.150.03
HSL309.95º93.94%54.71%-
HSV(B)309.95º87.5%97.25%-
XYZ51.0925.6964.55-
YUV116.52181.89221.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.51%
GREEN value IS 31 (12.5% from 255) = 6.31%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=50.51%
G=6.31%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483121200.880.150.03309.9593.9454.71
HexF81FD4058F31365e37
Octal37037324013017346613667
Binary111110001111111010100010110001111111001101101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81FD4; }

 p { color: rgb(248,31,212); }

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

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

 a { background-color: rgb(248,31,212); }

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

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

 span { border-color: rgb(248,31,212); }

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