Html Css Color HEX #F01DDC Razzle Dazzle Rose

📋 copy color: '#F01DDC'

red 240 ◦ green 29 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F01DDC

Tints of Razzle Dazzle Rose #F01DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.93%

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

R = 49.08%
G = 5.93%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F01DDC (or 0xF01DDC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1D and DC. RGB value is (240,29,220). Sum of RGB (Red+Green+Blue) = 240+29+220=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F01DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01DDC is #0FE223. Grayscale: #717171. Windows color (decimal): -1040932 or 14425584. OLE color: 14425584.

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

Color convert

RGB 240 29 220 -
CMYK 0 0.88 0.08 0.06
HSL 305.69º 0.88% 0.53% -
HSV(B) 305.69º 0.88% 0.94% -
XYZ 49.29 24.57 69.85 -
YUV 113.86 187.9 217.97 -
System Red Green Blue C M Y K H S L
Decimal 240 29 220 0 0.88 0.08 0.06 305.69 0.88 0.53
Hex F0 1D DC 0 58 8 6 132 58 35
Octal 360 35 334 0 130 10 6 462 130 65
Binary 11110000 11101 11011100 0 1011000 1000 110 100110010 1011000 110101

Color Harmonies of #F01DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01DDC

Black with #F01DDC

Text Example


Text Example

White with #F01DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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