Html Css Color HEX #F040DE Razzle Dazzle Rose

📋 copy color: '#F040DE'

red 240 ◦ green 64 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F040DE

Tints of Razzle Dazzle Rose #F040DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.17%

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 45.63%
G = 12.17%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F040DE (or 0xF040DE) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and DE. RGB value is (240,64,222). Sum of RGB (Red+Green+Blue) = 240+64+222=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F040DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040DE is #0FBF21. Grayscale: #868686. Windows color (decimal): -1031970 or 14565616. OLE color: 14565616.

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

Color convert

RGB 240 64 222 -
CMYK 0 0.73 0.08 0.06
HSL 306.14º 0.85% 0.6% -
HSV(B) 306.14º 0.73% 0.94% -
XYZ 50.95 27.47 71.72 -
YUV 134.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 240 64 222 0 0.73 0.08 0.06 306.14 0.85 0.6
Hex F0 40 DE 0 49 8 6 132 55 3C
Octal 360 100 336 0 111 10 6 462 125 74
Binary 11110000 1000000 11011110 0 1001001 1000 110 100110010 1010101 111100

Color Harmonies of #F040DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040DE

Black with #F040DE

Text Example


Text Example

White with #F040DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040DE; }

 p { color: rgb(240,64,222); }

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

background-color css

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

 a { background-color: rgb(240,64,222); }

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

border-color css

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

 span { border-color: rgb(240,64,222); }

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