Html Css Color HEX #F136AC Persian Rose

📋 copy color: '#F136AC'

red 241 ◦ green 54 ◦ blue 172

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

Shades of Persian Rose #F136AC

Tints of Persian Rose #F136AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 51.61%
G = 11.56%
B = 36.83%

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

#F136AC (or 0xF136AC) is known color: Persian Rose. HEX triplet: F1, 36 and AC. RGB value is (241,54,172). Sum of RGB (Red+Green+Blue) = 241+54+172=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F136AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F136AC is #0EC953. Grayscale: #7B7B7B. Windows color (decimal): -969044 or 11286257. OLE color: 11286257.

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

Color convert

RGB 241 54 172 -
CMYK 0 0.78 0.29 0.05
HSL 322.14º 0.87% 0.58% -
HSV(B) 322.14º 0.78% 0.95% -
XYZ 45.04 24.32 41.35 -
YUV 123.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 241 54 172 0 0.78 0.29 0.05 322.14 0.87 0.58
Hex F1 36 AC 0 4E 1D 5 142 57 3A
Octal 361 66 254 0 116 35 5 502 127 72
Binary 11110001 110110 10101100 0 1001110 11101 101 101000010 1010111 111010

Color Harmonies of #F136AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F136AC

Black with #F136AC

Text Example


Text Example

White with #F136AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F136AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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