Html Css Color HEX #F488BA Persian Pink

📋 copy color: '#F488BA'

red 244 ◦ green 136 ◦ blue 186

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

Shades of Persian Pink #F488BA

Tints of Persian Pink #F488BA

RGB

 RED value IS 244 (95.7% from 255) = 43.11%

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 43.11%
G = 24.03%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F488BA (or 0xF488BA) is known color: Persian Pink. HEX triplet: F4, 88 and BA. RGB value is (244,136,186). Sum of RGB (Red+Green+Blue) = 244+136+186=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F488BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F488BA is #0B7745. Grayscale: #ADADAD. Windows color (decimal): -751430 or 12224756. OLE color: 12224756.

HSL color Cylindrical-coordinate representation of color #F488BA: hue angle of 332.22º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F488BA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 136 186 -
CMYK 0 0.44 0.24 0.04
HSL 332.22º 0.83% 0.75% -
HSV(B) 332.22º 0.44% 0.96% -
XYZ 54.98 40.39 51.35 -
YUV 173.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 244 136 186 0 0.44 0.24 0.04 332.22 0.83 0.75
Hex F4 88 BA 0 2C 18 4 14C 53 4B
Octal 364 210 272 0 54 30 4 514 123 113
Binary 11110100 10001000 10111010 0 101100 11000 100 101001100 1010011 1001011

Color Harmonies of #F488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F488BA

Black with #F488BA

Text Example


Text Example

White with #F488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F488BA; }

 p { color: rgb(244,136,186); }

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

background-color css

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

 a { background-color: rgb(244,136,186); }

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

border-color css

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

 span { border-color: rgb(244,136,186); }

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