Html Css Color HEX #F12EDB Razzle Dazzle Rose

📋 copy color: '#F12EDB'

red 241 ◦ green 46 ◦ blue 219

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

Shades of Razzle Dazzle Rose #F12EDB

Tints of Razzle Dazzle Rose #F12EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.09%

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

R = 47.63%
G = 9.09%
B = 43.28%

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

#F12EDB (or 0xF12EDB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and DB. RGB value is (241,46,219). Sum of RGB (Red+Green+Blue) = 241+46+219=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12EDB is #0ED124. Grayscale: #7B7B7B. Windows color (decimal): -971045 or 14364401. OLE color: 14364401.

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

Color convert

RGB 241 46 219 -
CMYK 0 0.81 0.09 0.05
HSL 306.77º 0.87% 0.56% -
HSV(B) 306.77º 0.81% 0.95% -
XYZ 50.04 25.77 69.35 -
YUV 124.03 181.6 211.43 -
System Red Green Blue C M Y K H S L
Decimal 241 46 219 0 0.81 0.09 0.05 306.77 0.87 0.56
Hex F1 2E DB 0 51 9 5 133 57 38
Octal 361 56 333 0 121 11 5 463 127 70
Binary 11110001 101110 11011011 0 1010001 1001 101 100110011 1010111 111000

Color Harmonies of #F12EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EDB

Black with #F12EDB

Text Example


Text Example

White with #F12EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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