Html Css Color HEX #F01CDD Razzle Dazzle Rose

📋 copy color: '#F01CDD'

red 240 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F01CDD

Tints of Razzle Dazzle Rose #F01CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.73%

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

R = 49.08%
G = 5.73%
B = 45.19%

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

#F01CDD (or 0xF01CDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1C and DD. RGB value is (240,28,221). Sum of RGB (Red+Green+Blue) = 240+28+221=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CDD is #0FE322. Grayscale: #707070. Windows color (decimal): -1041187 or 14490864. OLE color: 14490864.

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

Color convert

RGB 240 28 221 -
CMYK 0 0.88 0.08 0.06
HSL 305.38º 0.88% 0.53% -
HSV(B) 305.38º 0.88% 0.94% -
XYZ 49.4 24.58 70.55 -
YUV 113.39 188.74 218.31 -
System Red Green Blue C M Y K H S L
Decimal 240 28 221 0 0.88 0.08 0.06 305.38 0.88 0.53
Hex F0 1C DD 0 58 8 6 131 58 35
Octal 360 34 335 0 130 10 6 461 130 65
Binary 11110000 11100 11011101 0 1011000 1000 110 100110001 1011000 110101

Color Harmonies of #F01CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01CDD

Black with #F01CDD

Text Example


Text Example

White with #F01CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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