#F31EDB

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

Shades of Razzle Dazzle Rose #F31EDB

Tints of Razzle Dazzle Rose #F31EDB

Color information

#F31EDB (or 0xF31EDB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 1E and DB. RGB value is (243,30,219). Sum of RGB (Red+Green+Blue) = 243+30+219=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F31EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31EDB is #0CE124. Grayscale: #727272. Windows color (decimal): -844069 or 14360307. OLE color: 14360307.

HSL color Cylindrical-coordinate representation of color #F31EDB: hue angle of 306.76º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31EDB is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB24330219-
CMYK00.880.100.05
HSL306.76º89.87%53.53%-
HSV(B)306.76º87.65%95.29%-
XYZ50.2125.169.22-
YUV115.23186.57219.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 30 (12.11% from 255) = 6.10%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=49.39%
G=6.10%
B=44.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433021900.880.100.05306.7689.8753.53
HexF31EDB058A51335a36
Octal36336333013012546313266
Binary1111001111110110110110101100010101011001100111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31EDB; }

 p { color: rgb(243,30,219); }

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

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

 a { background-color: rgb(243,30,219); }

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

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

 span { border-color: rgb(243,30,219); }

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