Html Css Color HEX #F11CDB Razzle Dazzle Rose

📋 copy color: '#F11CDB'

red 241 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F11CDB

Tints of Razzle Dazzle Rose #F11CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 49.39%
G = 5.74%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F11CDB (or 0xF11CDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1C and DB. RGB value is (241,28,219). Sum of RGB (Red+Green+Blue) = 241+28+219=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11CDB is #0EE324. Grayscale: #707070. Windows color (decimal): -975653 or 14359793. OLE color: 14359793.

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

Color convert

RGB 241 28 219 -
CMYK 0 0.88 0.09 0.05
HSL 306.2º 0.88% 0.53% -
HSV(B) 306.2º 0.88% 0.95% -
XYZ 49.48 24.65 69.17 -
YUV 113.46 187.57 218.97 -
System Red Green Blue C M Y K H S L
Decimal 241 28 219 0 0.88 0.09 0.05 306.2 0.88 0.53
Hex F1 1C DB 0 58 9 5 132 58 35
Octal 361 34 333 0 130 11 5 462 130 65
Binary 11110001 11100 11011011 0 1011000 1001 101 100110010 1011000 110101

Color Harmonies of #F11CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CDB

Black with #F11CDB

Text Example


Text Example

White with #F11CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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