Html Css Color HEX #F040DC Razzle Dazzle Rose

📋 copy color: '#F040DC'

red 240 ◦ green 64 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F040DC

Tints of Razzle Dazzle Rose #F040DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 45.8%
G = 12.21%
B = 41.98%

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

#F040DC (or 0xF040DC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and DC. RGB value is (240,64,220). Sum of RGB (Red+Green+Blue) = 240+64+220=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F040DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040DC is #0FBF23. Grayscale: #858585. Windows color (decimal): -1031972 or 14434544. OLE color: 14434544.

HSL color Cylindrical-coordinate representation of color #F040DC: hue angle of 306.82º 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 #F040DC is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 64 220 -
CMYK 0 0.73 0.08 0.06
HSL 306.82º 0.85% 0.6% -
HSV(B) 306.82º 0.73% 0.94% -
XYZ 50.69 27.36 70.32 -
YUV 134.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 240 64 220 0 0.73 0.08 0.06 306.82 0.85 0.6
Hex F0 40 DC 0 49 8 6 133 55 3C
Octal 360 100 334 0 111 10 6 463 125 74
Binary 11110000 1000000 11011100 0 1001001 1000 110 100110011 1010101 111100

Color Harmonies of #F040DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040DC

Black with #F040DC

Text Example


Text Example

White with #F040DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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