Html Css Color HEX #F11DDF Razzle Dazzle Rose

📋 copy color: '#F11DDF'

red 241 ◦ green 29 ◦ blue 223

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

Shades of Razzle Dazzle Rose #F11DDF

Tints of Razzle Dazzle Rose #F11DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 48.88%
G = 5.88%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F11DDF (or 0xF11DDF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1D and DF. RGB value is (241,29,223). Sum of RGB (Red+Green+Blue) = 241+29+223=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 29 (11.72% from 255 or 5.88% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11DDF is #0EE220. Grayscale: #717171. Windows color (decimal): -975393 or 14622193. OLE color: 14622193.

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

Color convert

RGB 241 29 223 -
CMYK 0 0.88 0.07 0.05
HSL 305.09º 0.88% 0.53% -
HSV(B) 305.09º 0.88% 0.95% -
XYZ 50.03 24.91 71.98 -
YUV 114.5 189.24 218.23 -
System Red Green Blue C M Y K H S L
Decimal 241 29 223 0 0.88 0.07 0.05 305.09 0.88 0.53
Hex F1 1D DF 0 58 7 5 131 58 35
Octal 361 35 337 0 130 7 5 461 130 65
Binary 11110001 11101 11011111 0 1011000 111 101 100110001 1011000 110101

Color Harmonies of #F11DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DDF

Black with #F11DDF

Text Example


Text Example

White with #F11DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DDF; }

 p { color: rgb(241,29,223); }

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

background-color css

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

 a { background-color: rgb(241,29,223); }

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

border-color css

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

 span { border-color: rgb(241,29,223); }

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