Html Css Color HEX #F12BDB Razzle Dazzle Rose

📋 copy color: '#F12BDB'

red 241 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F12BDB

Tints of Razzle Dazzle Rose #F12BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.55%

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

R = 47.91%
G = 8.55%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F12BDB (or 0xF12BDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and DB. RGB value is (241,43,219). Sum of RGB (Red+Green+Blue) = 241+43+219=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BDB is #0ED424. Grayscale: #797979. Windows color (decimal): -971813 or 14363633. OLE color: 14363633.

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

Color convert

RGB 241 43 219 -
CMYK 0 0.82 0.09 0.05
HSL 306.67º 0.88% 0.56% -
HSV(B) 306.67º 0.82% 0.95% -
XYZ 49.93 25.54 69.32 -
YUV 122.27 182.6 212.69 -
System Red Green Blue C M Y K H S L
Decimal 241 43 219 0 0.82 0.09 0.05 306.67 0.88 0.56
Hex F1 2B DB 0 52 9 5 133 58 38
Octal 361 53 333 0 122 11 5 463 130 70
Binary 11110001 101011 11011011 0 1010010 1001 101 100110011 1011000 111000

Color Harmonies of #F12BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BDB

Black with #F12BDB

Text Example


Text Example

White with #F12BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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