Html Css Color HEX #F12BA2 Persian Rose

📋 copy color: '#F12BA2'

red 241 ◦ green 43 ◦ blue 162

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

Shades of Persian Rose #F12BA2

Tints of Persian Rose #F12BA2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

 BLUE value IS 162 (63.67% from 255) = 36.32%

R = 54.04%
G = 9.64%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F12BA2 (or 0xF12BA2) is known color: Persian Rose. HEX triplet: F1, 2B and A2. RGB value is (241,43,162). Sum of RGB (Red+Green+Blue) = 241+43+162=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12BA2 is #0ED45D. Grayscale: #737373. Windows color (decimal): -971870 or 10628081. OLE color: 10628081.

HSL color Cylindrical-coordinate representation of color #F12BA2: hue angle of 323.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12BA2 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 43 162 -
CMYK 0 0.82 0.33 0.05
HSL 323.94º 0.88% 0.56% -
HSV(B) 323.94º 0.82% 0.95% -
XYZ 43.66 23.04 36.33 -
YUV 115.77 154.1 217.32 -
System Red Green Blue C M Y K H S L
Decimal 241 43 162 0 0.82 0.33 0.05 323.94 0.88 0.56
Hex F1 2B A2 0 52 21 5 144 58 38
Octal 361 53 242 0 122 41 5 504 130 70
Binary 11110001 101011 10100010 0 1010010 100001 101 101000100 1011000 111000

Color Harmonies of #F12BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BA2

Black with #F12BA2

Text Example


Text Example

White with #F12BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BA2; }

 p { color: rgb(241,43,162); }

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

background-color css

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

 a { background-color: rgb(241,43,162); }

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

border-color css

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

 span { border-color: rgb(241,43,162); }

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