Html Css Color HEX #F12FDB Razzle Dazzle Rose

📋 copy color: '#F12FDB'

red 241 ◦ green 47 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F12FDB

Tints of Razzle Dazzle Rose #F12FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.27%

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

R = 47.53%
G = 9.27%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F12FDB (or 0xF12FDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2F and DB. RGB value is (241,47,219). Sum of RGB (Red+Green+Blue) = 241+47+219=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12FDB is #0ED024. Grayscale: #7C7C7C. Windows color (decimal): -970789 or 14364657. OLE color: 14364657.

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

Color convert

RGB 241 47 219 -
CMYK 0 0.80 0.09 0.05
HSL 306.8º 0.87% 0.56% -
HSV(B) 306.8º 0.8% 0.95% -
XYZ 50.08 25.85 69.37 -
YUV 124.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 241 47 219 0 0.80 0.09 0.05 306.8 0.87 0.56
Hex F1 2F DB 0 50 9 5 133 57 38
Octal 361 57 333 0 120 11 5 463 127 70
Binary 11110001 101111 11011011 0 1010000 1001 101 100110011 1010111 111000

Color Harmonies of #F12FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FDB

Black with #F12FDB

Text Example


Text Example

White with #F12FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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