Html Css Color HEX #F12DDB Razzle Dazzle Rose

📋 copy color: '#F12DDB'

red 241 ◦ green 45 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F12DDB

Tints of Razzle Dazzle Rose #F12DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.91%

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

R = 47.72%
G = 8.91%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F12DDB (or 0xF12DDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2D and DB. RGB value is (241,45,219). Sum of RGB (Red+Green+Blue) = 241+45+219=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 45 (17.97% from 255 or 8.91% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F12DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12DDB is #0ED224. Grayscale: #7A7A7A. Windows color (decimal): -971301 or 14364145. OLE color: 14364145.

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

Color convert

RGB 241 45 219 -
CMYK 0 0.81 0.09 0.05
HSL 306.73º 0.88% 0.56% -
HSV(B) 306.73º 0.81% 0.95% -
XYZ 50 25.69 69.34 -
YUV 123.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 241 45 219 0 0.81 0.09 0.05 306.73 0.88 0.56
Hex F1 2D DB 0 51 9 5 133 58 38
Octal 361 55 333 0 121 11 5 463 130 70
Binary 11110001 101101 11011011 0 1010001 1001 101 100110011 1011000 111000

Color Harmonies of #F12DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12DDB

Black with #F12DDB

Text Example


Text Example

White with #F12DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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