Html Css Color HEX #F87AB0 Persian Pink

📋 copy color: '#F87AB0'

red 248 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #F87AB0

Tints of Persian Pink #F87AB0

RGB

 RED value IS 248 (97.27% from 255) = 45.42%

 GREEN value IS 122 (48.05% from 255) = 22.34%

 BLUE value IS 176 (69.14% from 255) = 32.23%

R = 45.42%
G = 22.34%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F87AB0 (or 0xF87AB0) is known color: Persian Pink. HEX triplet: F8, 7A and B0. RGB value is (248,122,176). Sum of RGB (Red+Green+Blue) = 248+122+176=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87AB0 is #07854F. Grayscale: #A5A5A5. Windows color (decimal): -492880 or 11565816. OLE color: 11565816.

HSL color Cylindrical-coordinate representation of color #F87AB0: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AB0 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 176 -
CMYK 0 0.51 0.29 0.03
HSL 334.29º 0.9% 0.73% -
HSV(B) 334.29º 0.51% 0.97% -
XYZ 53.51 37.01 45.4 -
YUV 165.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 248 122 176 0 0.51 0.29 0.03 334.29 0.9 0.73
Hex F8 7A B0 0 33 1D 3 14E 5A 49
Octal 370 172 260 0 63 35 3 516 132 111
Binary 11111000 1111010 10110000 0 110011 11101 11 101001110 1011010 1001001

Color Harmonies of #F87AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AB0

Black with #F87AB0

Text Example


Text Example

White with #F87AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AB0; }

 p { color: rgb(248,122,176); }

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

background-color css

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

 a { background-color: rgb(248,122,176); }

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

border-color css

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

 span { border-color: rgb(248,122,176); }

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