Html Css Color HEX #F136AD Persian Rose

📋 copy color: '#F136AD'

red 241 ◦ green 54 ◦ blue 173

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

Shades of Persian Rose #F136AD

Tints of Persian Rose #F136AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 51.5%
G = 11.54%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F136AD (or 0xF136AD) is known color: Persian Rose. HEX triplet: F1, 36 and AD. RGB value is (241,54,173). Sum of RGB (Red+Green+Blue) = 241+54+173=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F136AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136AD is #0EC952. Grayscale: #7B7B7B. Windows color (decimal): -969043 or 11351793. OLE color: 11351793.

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

Color convert

RGB 241 54 173 -
CMYK 0 0.78 0.28 0.05
HSL 321.82º 0.87% 0.58% -
HSV(B) 321.82º 0.78% 0.95% -
XYZ 45.14 24.36 41.86 -
YUV 123.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 241 54 173 0 0.78 0.28 0.05 321.82 0.87 0.58
Hex F1 36 AD 0 4E 1C 5 142 57 3A
Octal 361 66 255 0 116 34 5 502 127 72
Binary 11110001 110110 10101101 0 1001110 11100 101 101000010 1010111 111010

Color Harmonies of #F136AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136AD

Black with #F136AD

Text Example


Text Example

White with #F136AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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