Html Css Color HEX #F12ED2 Razzle Dazzle Rose

📋 copy color: '#F12ED2'

red 241 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #F12ED2

Tints of Razzle Dazzle Rose #F12ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 48.49%
G = 9.26%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F12ED2 (or 0xF12ED2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and D2. RGB value is (241,46,210). Sum of RGB (Red+Green+Blue) = 241+46+210=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ED2 is #0ED12D. Grayscale: #7A7A7A. Windows color (decimal): -971054 or 13774577. OLE color: 13774577.

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

Color convert

RGB 241 46 210 -
CMYK 0 0.81 0.13 0.05
HSL 309.54º 0.87% 0.56% -
HSV(B) 309.54º 0.81% 0.95% -
XYZ 48.89 25.31 63.28 -
YUV 123 177.1 212.16 -
System Red Green Blue C M Y K H S L
Decimal 241 46 210 0 0.81 0.13 0.05 309.54 0.87 0.56
Hex F1 2E D2 0 51 D 5 136 57 38
Octal 361 56 322 0 121 15 5 466 127 70
Binary 11110001 101110 11010010 0 1010001 1101 101 100110110 1010111 111000

Color Harmonies of #F12ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ED2

Black with #F12ED2

Text Example


Text Example

White with #F12ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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