Html Css Color HEX #F11BDB Razzle Dazzle Rose

📋 copy color: '#F11BDB'

red 241 ◦ green 27 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F11BDB

Tints of Razzle Dazzle Rose #F11BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.54%

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

R = 49.49%
G = 5.54%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F11BDB (or 0xF11BDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 1B and DB. RGB value is (241,27,219). Sum of RGB (Red+Green+Blue) = 241+27+219=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 27 (10.94% from 255 or 5.54% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BDB is #0EE424. Grayscale: #707070. Windows color (decimal): -975909 or 14359537. OLE color: 14359537.

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

Color convert

RGB 241 27 219 -
CMYK 0 0.89 0.09 0.05
HSL 306.17º 0.88% 0.53% -
HSV(B) 306.17º 0.89% 0.95% -
XYZ 49.45 24.6 69.16 -
YUV 112.87 187.9 219.39 -
System Red Green Blue C M Y K H S L
Decimal 241 27 219 0 0.89 0.09 0.05 306.17 0.88 0.53
Hex F1 1B DB 0 59 9 5 132 58 35
Octal 361 33 333 0 131 11 5 462 130 65
Binary 11110001 11011 11011011 0 1011001 1001 101 100110010 1011000 110101

Color Harmonies of #F11BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11BDB

Black with #F11BDB

Text Example


Text Example

White with #F11BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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