Html Css Color HEX #F136A9 Persian Rose

📋 copy color: '#F136A9'

red 241 ◦ green 54 ◦ blue 169

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

Shades of Persian Rose #F136A9

Tints of Persian Rose #F136A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 51.94%
G = 11.64%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F136A9 (or 0xF136A9) is known color: Persian Rose. HEX triplet: F1, 36 and A9. RGB value is (241,54,169). Sum of RGB (Red+Green+Blue) = 241+54+169=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F136A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136A9 is #0EC956. Grayscale: #7A7A7A. Windows color (decimal): -969047 or 11089649. OLE color: 11089649.

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

Color convert

RGB 241 54 169 -
CMYK 0 0.78 0.30 0.05
HSL 323.1º 0.87% 0.58% -
HSV(B) 323.1º 0.78% 0.95% -
XYZ 44.76 24.2 39.85 -
YUV 123.02 153.95 212.15 -
System Red Green Blue C M Y K H S L
Decimal 241 54 169 0 0.78 0.30 0.05 323.1 0.87 0.58
Hex F1 36 A9 0 4E 1E 5 143 57 3A
Octal 361 66 251 0 116 36 5 503 127 72
Binary 11110001 110110 10101001 0 1001110 11110 101 101000011 1010111 111010

Color Harmonies of #F136A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136A9

Black with #F136A9

Text Example


Text Example

White with #F136A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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