Html Css Color HEX #F139AB Persian Rose

📋 copy color: '#F139AB'

red 241 ◦ green 57 ◦ blue 171

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

Shades of Persian Rose #F139AB

Tints of Persian Rose #F139AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 51.39%
G = 12.15%
B = 36.46%

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

#F139AB (or 0xF139AB) is known color: Persian Rose. HEX triplet: F1, 39 and AB. RGB value is (241,57,171). Sum of RGB (Red+Green+Blue) = 241+57+171=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F139AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F139AB is #0EC654. Grayscale: #7C7C7C. Windows color (decimal): -968277 or 11221489. OLE color: 11221489.

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

Color convert

RGB 241 57 171 -
CMYK 0 0.76 0.29 0.05
HSL 322.83º 0.87% 0.58% -
HSV(B) 322.83º 0.76% 0.95% -
XYZ 45.09 24.57 40.89 -
YUV 125.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 241 57 171 0 0.76 0.29 0.05 322.83 0.87 0.58
Hex F1 39 AB 0 4C 1D 5 143 57 3A
Octal 361 71 253 0 114 35 5 503 127 72
Binary 11110001 111001 10101011 0 1001100 11101 101 101000011 1010111 111010

Color Harmonies of #F139AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F139AB

Black with #F139AB

Text Example


Text Example

White with #F139AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F139AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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