Html Css Color HEX #F12BA3 Persian Rose

📋 copy color: '#F12BA3'

red 241 ◦ green 43 ◦ blue 163

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

Shades of Persian Rose #F12BA3

Tints of Persian Rose #F12BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.47%

R = 53.91%
G = 9.62%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F12BA3 (or 0xF12BA3) is known color: Persian Rose. HEX triplet: F1, 2B and A3. RGB value is (241,43,163). Sum of RGB (Red+Green+Blue) = 241+43+163=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12BA3 is #0ED45C. Grayscale: #737373. Windows color (decimal): -971869 or 10693617. OLE color: 10693617.

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

Color convert

RGB 241 43 163 -
CMYK 0 0.82 0.32 0.05
HSL 323.64º 0.88% 0.56% -
HSV(B) 323.64º 0.82% 0.95% -
XYZ 43.75 23.07 36.8 -
YUV 115.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 241 43 163 0 0.82 0.32 0.05 323.64 0.88 0.56
Hex F1 2B A3 0 52 20 5 144 58 38
Octal 361 53 243 0 122 40 5 504 130 70
Binary 11110001 101011 10100011 0 1010010 100000 101 101000100 1011000 111000

Color Harmonies of #F12BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BA3

Black with #F12BA3

Text Example


Text Example

White with #F12BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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