Html Css Color HEX #F87ABA Persian Pink

📋 copy color: '#F87ABA'

red 248 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #F87ABA

Tints of Persian Pink #F87ABA

RGB

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

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

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

R = 44.6%
G = 21.94%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F87ABA (or 0xF87ABA) is known color: Persian Pink. HEX triplet: F8, 7A and BA. RGB value is (248,122,186). Sum of RGB (Red+Green+Blue) = 248+122+186=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ABA is #078545. Grayscale: #A6A6A6. Windows color (decimal): -492870 or 12221176. OLE color: 12221176.

HSL color Cylindrical-coordinate representation of color #F87ABA: hue angle of 329.52º 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 #F87ABA is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 122 186 -
CMYK 0 0.51 0.25 0.03
HSL 329.52º 0.9% 0.73% -
HSV(B) 329.52º 0.51% 0.97% -
XYZ 54.53 37.42 50.8 -
YUV 166.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 248 122 186 0 0.51 0.25 0.03 329.52 0.9 0.73
Hex F8 7A BA 0 33 19 3 14A 5A 49
Octal 370 172 272 0 63 31 3 512 132 111
Binary 11111000 1111010 10111010 0 110011 11001 11 101001010 1011010 1001001

Color Harmonies of #F87ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87ABA

Black with #F87ABA

Text Example


Text Example

White with #F87ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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