Html Css Color HEX #F040DD Razzle Dazzle Rose

📋 copy color: '#F040DD'

red 240 ◦ green 64 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F040DD

Tints of Razzle Dazzle Rose #F040DD

RGB

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

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

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

R = 45.71%
G = 12.19%
B = 42.1%

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

#F040DD (or 0xF040DD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and DD. RGB value is (240,64,221). Sum of RGB (Red+Green+Blue) = 240+64+221=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F040DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040DD is #0FBF22. Grayscale: #868686. Windows color (decimal): -1031971 or 14500080. OLE color: 14500080.

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

Color convert

RGB 240 64 221 -
CMYK 0 0.73 0.08 0.06
HSL 306.48º 0.85% 0.6% -
HSV(B) 306.48º 0.73% 0.94% -
XYZ 50.82 27.41 71.02 -
YUV 134.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 240 64 221 0 0.73 0.08 0.06 306.48 0.85 0.6
Hex F0 40 DD 0 49 8 6 132 55 3C
Octal 360 100 335 0 111 10 6 462 125 74
Binary 11110000 1000000 11011101 0 1001001 1000 110 100110010 1010101 111100

Color Harmonies of #F040DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F040DD

Black with #F040DD

Text Example


Text Example

White with #F040DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F040DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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