Html Css Color HEX #F136AB Persian Rose

📋 copy color: '#F136AB'

red 241 ◦ green 54 ◦ blue 171

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

Shades of Persian Rose #F136AB

Tints of Persian Rose #F136AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

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

R = 51.72%
G = 11.59%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F136AB (or 0xF136AB) is known color: Persian Rose. HEX triplet: F1, 36 and AB. RGB value is (241,54,171). Sum of RGB (Red+Green+Blue) = 241+54+171=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F136AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136AB is #0EC954. Grayscale: #7A7A7A. Windows color (decimal): -969045 or 11220721. OLE color: 11220721.

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

Color convert

RGB 241 54 171 -
CMYK 0 0.78 0.29 0.05
HSL 322.46º 0.87% 0.58% -
HSV(B) 322.46º 0.78% 0.95% -
XYZ 44.95 24.28 40.85 -
YUV 123.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 241 54 171 0 0.78 0.29 0.05 322.46 0.87 0.58
Hex F1 36 AB 0 4E 1D 5 142 57 3A
Octal 361 66 253 0 116 35 5 502 127 72
Binary 11110001 110110 10101011 0 1001110 11101 101 101000010 1010111 111010

Color Harmonies of #F136AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136AB

Black with #F136AB

Text Example


Text Example

White with #F136AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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