#F31DE5

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

Shades of Razzle Dazzle Rose #F31DE5

Tints of Razzle Dazzle Rose #F31DE5

Color information

#F31DE5 (or 0xF31DE5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 1D and E5. RGB value is (243,29,229). Sum of RGB (Red+Green+Blue) = 243+29+229=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 29 (11.72% from 255 or 5.79% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F31DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31DE5 is #0CE21A. Grayscale: #737373. Windows color (decimal): -844315 or 15015411. OLE color: 15015411.

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

Color convert

RGB24329229-
CMYK00.880.060.05
HSL303.93º89.92%53.33%-
HSV(B)303.93º88.07%95.29%-
XYZ51.5425.5976.35-
YUV115.79191.9218.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 29 (11.72% from 255) = 5.79%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=48.50%
G=5.79%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432922900.880.060.05303.9389.9253.33
HexF31DE5058651305a35
Octal3633534501306546013265
Binary111100111110111100101010110001101011001100001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31DE5; }

 p { color: rgb(243,29,229); }

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

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

 a { background-color: rgb(243,29,229); }

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

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

 span { border-color: rgb(243,29,229); }

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