Html Css Color HEX #F12FAA Persian Rose

📋 copy color: '#F12FAA'

red 241 ◦ green 47 ◦ blue 170

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

Shades of Persian Rose #F12FAA

Tints of Persian Rose #F12FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 52.62%
G = 10.26%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F12FAA (or 0xF12FAA) is known color: Persian Rose. HEX triplet: F1, 2F and AA. RGB value is (241,47,170). Sum of RGB (Red+Green+Blue) = 241+47+170=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F12FAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12FAA is #0ED055. Grayscale: #767676. Windows color (decimal): -970838 or 11153393. OLE color: 11153393.

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

Color convert

RGB 241 47 170 -
CMYK 0 0.80 0.29 0.05
HSL 321.96º 0.87% 0.56% -
HSV(B) 321.96º 0.8% 0.95% -
XYZ 44.55 23.64 40.24 -
YUV 119.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 241 47 170 0 0.80 0.29 0.05 321.96 0.87 0.56
Hex F1 2F AA 0 50 1D 5 142 57 38
Octal 361 57 252 0 120 35 5 502 127 70
Binary 11110001 101111 10101010 0 1010000 11101 101 101000010 1010111 111000

Color Harmonies of #F12FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12FAA

Black with #F12FAA

Text Example


Text Example

White with #F12FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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