Html Css Color HEX #F139AA Persian Rose

📋 copy color: '#F139AA'

red 241 ◦ green 57 ◦ blue 170

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

Shades of Persian Rose #F139AA

Tints of Persian Rose #F139AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.18%

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

R = 51.5%
G = 12.18%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F139AA (or 0xF139AA) is known color: Persian Rose. HEX triplet: F1, 39 and AA. RGB value is (241,57,170). Sum of RGB (Red+Green+Blue) = 241+57+170=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F139AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F139AA is #0EC655. Grayscale: #7C7C7C. Windows color (decimal): -968278 or 11155953. OLE color: 11155953.

HSL color Cylindrical-coordinate representation of color #F139AA: hue angle of 323.15º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139AA is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 57 170 -
CMYK 0 0.76 0.29 0.05
HSL 323.15º 0.87% 0.58% -
HSV(B) 323.15º 0.76% 0.95% -
XYZ 44.99 24.53 40.39 -
YUV 124.9 153.46 210.81 -
System Red Green Blue C M Y K H S L
Decimal 241 57 170 0 0.76 0.29 0.05 323.15 0.87 0.58
Hex F1 39 AA 0 4C 1D 5 143 57 3A
Octal 361 71 252 0 114 35 5 503 127 72
Binary 11110001 111001 10101010 0 1001100 11101 101 101000011 1010111 111010

Color Harmonies of #F139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139AA

Black with #F139AA

Text Example


Text Example

White with #F139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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