Html Css Color HEX #F12EC3 Razzle Dazzle Rose

📋 copy color: '#F12EC3'

red 241 ◦ green 46 ◦ blue 195

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

Shades of Razzle Dazzle Rose #F12EC3

Tints of Razzle Dazzle Rose #F12EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 50%
G = 9.54%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F12EC3 (or 0xF12EC3) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and C3. RGB value is (241,46,195). Sum of RGB (Red+Green+Blue) = 241+46+195=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12EC3 is #0ED13C. Grayscale: #787878. Windows color (decimal): -971069 or 12791537. OLE color: 12791537.

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

Color convert

RGB 241 46 195 -
CMYK 0 0.81 0.19 0.05
HSL 314.15º 0.87% 0.56% -
HSV(B) 314.15º 0.81% 0.95% -
XYZ 47.1 24.59 53.89 -
YUV 121.29 169.6 213.38 -
System Red Green Blue C M Y K H S L
Decimal 241 46 195 0 0.81 0.19 0.05 314.15 0.87 0.56
Hex F1 2E C3 0 51 13 5 13A 57 38
Octal 361 56 303 0 121 23 5 472 127 70
Binary 11110001 101110 11000011 0 1010001 10011 101 100111010 1010111 111000

Color Harmonies of #F12EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EC3

Black with #F12EC3

Text Example


Text Example

White with #F12EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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