Html Css Color HEX #F12EDD Razzle Dazzle Rose

📋 copy color: '#F12EDD'

red 241 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F12EDD

Tints of Razzle Dazzle Rose #F12EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 47.44%
G = 9.06%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F12EDD (or 0xF12EDD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and DD. RGB value is (241,46,221). Sum of RGB (Red+Green+Blue) = 241+46+221=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 46 (18.36% from 255 or 9.06% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12EDD is #0ED122. Grayscale: #7B7B7B. Windows color (decimal): -971043 or 14495473. OLE color: 14495473.

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

Color convert

RGB 241 46 221 -
CMYK 0 0.81 0.08 0.05
HSL 306.15º 0.87% 0.56% -
HSV(B) 306.15º 0.81% 0.95% -
XYZ 50.3 25.88 70.75 -
YUV 124.26 182.6 211.27 -
System Red Green Blue C M Y K H S L
Decimal 241 46 221 0 0.81 0.08 0.05 306.15 0.87 0.56
Hex F1 2E DD 0 51 8 5 132 57 38
Octal 361 56 335 0 121 10 5 462 127 70
Binary 11110001 101110 11011101 0 1010001 1000 101 100110010 1010111 111000

Color Harmonies of #F12EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EDD

Black with #F12EDD

Text Example


Text Example

White with #F12EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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