Html Css Color HEX #F11CDD Razzle Dazzle Rose

📋 copy color: '#F11CDD'

red 241 ◦ green 28 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F11CDD

Tints of Razzle Dazzle Rose #F11CDD

RGB

 RED value IS 241 (94.53% from 255) = 49.18%

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

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

R = 49.18%
G = 5.71%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F11CDD (or 0xF11CDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1C and DD. RGB value is (241,28,221). Sum of RGB (Red+Green+Blue) = 241+28+221=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CDD is #0EE322. Grayscale: #717171. Windows color (decimal): -975651 or 14490865. OLE color: 14490865.

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

Color convert

RGB 241 28 221 -
CMYK 0 0.88 0.08 0.05
HSL 305.63º 0.88% 0.53% -
HSV(B) 305.63º 0.88% 0.95% -
XYZ 49.74 24.75 70.56 -
YUV 113.69 188.57 218.81 -
System Red Green Blue C M Y K H S L
Decimal 241 28 221 0 0.88 0.08 0.05 305.63 0.88 0.53
Hex F1 1C DD 0 58 8 5 132 58 35
Octal 361 34 335 0 130 10 5 462 130 65
Binary 11110001 11100 11011101 0 1011000 1000 101 100110010 1011000 110101

Color Harmonies of #F11CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CDD

Black with #F11CDD

Text Example


Text Example

White with #F11CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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