Html Css Color HEX #F12FA6 Persian Rose

📋 copy color: '#F12FA6'

red 241 ◦ green 47 ◦ blue 166

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

Shades of Persian Rose #F12FA6

Tints of Persian Rose #F12FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.35%

 BLUE value IS 166 (65.23% from 255) = 36.56%

R = 53.08%
G = 10.35%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F12FA6 (or 0xF12FA6) is known color: Persian Rose. HEX triplet: F1, 2F and A6. RGB value is (241,47,166). Sum of RGB (Red+Green+Blue) = 241+47+166=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12FA6 is #0ED059. Grayscale: #767676. Windows color (decimal): -970842 or 10891249. OLE color: 10891249.

HSL color Cylindrical-coordinate representation of color #F12FA6: hue angle of 323.2º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12FA6 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 47 166 -
CMYK 0 0.80 0.31 0.05
HSL 323.2º 0.87% 0.56% -
HSV(B) 323.2º 0.8% 0.95% -
XYZ 44.18 23.49 38.28 -
YUV 118.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 241 47 166 0 0.80 0.31 0.05 323.2 0.87 0.56
Hex F1 2F A6 0 50 1F 5 143 57 38
Octal 361 57 246 0 120 37 5 503 127 70
Binary 11110001 101111 10100110 0 1010000 11111 101 101000011 1010111 111000

Color Harmonies of #F12FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FA6

Black with #F12FA6

Text Example


Text Example

White with #F12FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FA6; }

 p { color: rgb(241,47,166); }

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

background-color css

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

 a { background-color: rgb(241,47,166); }

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

border-color css

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

 span { border-color: rgb(241,47,166); }

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