Html Css Color HEX #F12EC6 Razzle Dazzle Rose

📋 copy color: '#F12EC6'

red 241 ◦ green 46 ◦ blue 198

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

Shades of Razzle Dazzle Rose #F12EC6

Tints of Razzle Dazzle Rose #F12EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 49.69%
G = 9.48%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F12EC6 (or 0xF12EC6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and C6. RGB value is (241,46,198). Sum of RGB (Red+Green+Blue) = 241+46+198=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F12EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12EC6 is #0ED139. Grayscale: #797979. Windows color (decimal): -971066 or 12988145. OLE color: 12988145.

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

Color convert

RGB 241 46 198 -
CMYK 0 0.81 0.18 0.05
HSL 313.23º 0.87% 0.56% -
HSV(B) 313.23º 0.81% 0.95% -
XYZ 47.45 24.73 55.7 -
YUV 121.63 171.1 213.14 -
System Red Green Blue C M Y K H S L
Decimal 241 46 198 0 0.81 0.18 0.05 313.23 0.87 0.56
Hex F1 2E C6 0 51 12 5 139 57 38
Octal 361 56 306 0 121 22 5 471 127 70
Binary 11110001 101110 11000110 0 1010001 10010 101 100111001 1010111 111000

Color Harmonies of #F12EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12EC6

Black with #F12EC6

Text Example


Text Example

White with #F12EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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