Html Css Color HEX #F137AC Persian Rose

📋 copy color: '#F137AC'

red 241 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #F137AC

Tints of Persian Rose #F137AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.75%

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

R = 51.5%
G = 11.75%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F137AC (or 0xF137AC) is known color: Persian Rose. HEX triplet: F1, 37 and AC. RGB value is (241,55,172). Sum of RGB (Red+Green+Blue) = 241+55+172=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F137AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F137AC is #0EC853. Grayscale: #7B7B7B. Windows color (decimal): -968788 or 11286513. OLE color: 11286513.

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

Color convert

RGB 241 55 172 -
CMYK 0 0.77 0.29 0.05
HSL 322.26º 0.87% 0.58% -
HSV(B) 322.26º 0.77% 0.95% -
XYZ 45.09 24.41 41.37 -
YUV 123.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 241 55 172 0 0.77 0.29 0.05 322.26 0.87 0.58
Hex F1 37 AC 0 4D 1D 5 142 57 3A
Octal 361 67 254 0 115 35 5 502 127 72
Binary 11110001 110111 10101100 0 1001101 11101 101 101000010 1010111 111010

Color Harmonies of #F137AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F137AC

Black with #F137AC

Text Example


Text Example

White with #F137AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F137AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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