Html Css Color HEX #F03EDD Razzle Dazzle Rose

📋 copy color: '#F03EDD'

red 240 ◦ green 62 ◦ blue 221

#F03EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F03EDD

Tints of Razzle Dazzle Rose #F03EDD

RGB

 RED value IS 240 (94.14% from 255) = 45.89%

 GREEN value IS 62 (24.61% from 255) = 11.85%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 45.89%
G = 11.85%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F03EDD (or 0xF03EDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and DD. RGB value is (240,62,221). Sum of RGB (Red+Green+Blue) = 240+62+221=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03EDD is #0FC122. Grayscale: #848484. Windows color (decimal): -1032483 or 14499568. OLE color: 14499568.

HSL color Cylindrical-coordinate representation of color #F03EDD: hue angle of 306.4º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03EDD is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 62 221 -
CMYK 0 0.74 0.08 0.06
HSL 306.4º 0.86% 0.59% -
HSV(B) 306.4º 0.74% 0.94% -
XYZ 50.71 27.19 70.98 -
YUV 133.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 240 62 221 0 0.74 0.08 0.06 306.4 0.86 0.59
Hex F0 3E DD 0 4A 8 6 132 56 3B
Octal 360 76 335 0 112 10 6 462 126 73
Binary 11110000 111110 11011101 0 1001010 1000 110 100110010 1010110 111011

Color Harmonies of #F03EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EDD

Black with #F03EDD

Text Example


Text Example

White with #F03EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EDD; }

 p { color: rgb(240,62,221); }

 H1.HeaderClassName
 {
   color: #F03EDD;
 }
 .AnyTagClassName
 {
   color: #F03EDD;
 }
</style>

background-color css

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

 a { background-color: rgb(240,62,221); }

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

border-color css

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

 span { border-color: rgb(240,62,221); }

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