Html Css Color HEX #F87AB2 Persian Pink

📋 copy color: '#F87AB2'

red 248 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #F87AB2

Tints of Persian Pink #F87AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 45.26%
G = 22.26%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F87AB2 (or 0xF87AB2) is known color: Persian Pink. HEX triplet: F8, 7A and B2. RGB value is (248,122,178). Sum of RGB (Red+Green+Blue) = 248+122+178=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87AB2 is #07854D. Grayscale: #A5A5A5. Windows color (decimal): -492878 or 11696888. OLE color: 11696888.

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

Color convert

RGB 248 122 178 -
CMYK 0 0.51 0.28 0.03
HSL 333.33º 0.9% 0.73% -
HSV(B) 333.33º 0.51% 0.97% -
XYZ 53.71 37.09 46.45 -
YUV 166.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 248 122 178 0 0.51 0.28 0.03 333.33 0.9 0.73
Hex F8 7A B2 0 33 1C 3 14D 5A 49
Octal 370 172 262 0 63 34 3 515 132 111
Binary 11111000 1111010 10110010 0 110011 11100 11 101001101 1011010 1001001

Color Harmonies of #F87AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87AB2

Black with #F87AB2

Text Example


Text Example

White with #F87AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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