Html Css Color HEX #F87FB2 Persian Pink

📋 copy color: '#F87FB2'

red 248 ◦ green 127 ◦ blue 178

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

Shades of Persian Pink #F87FB2

Tints of Persian Pink #F87FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 44.85%
G = 22.97%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F87FB2 (or 0xF87FB2) is known color: Persian Pink. HEX triplet: F8, 7F and B2. RGB value is (248,127,178). Sum of RGB (Red+Green+Blue) = 248+127+178=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87FB2 is #07804D. Grayscale: #A8A8A8. Windows color (decimal): -491598 or 11698168. OLE color: 11698168.

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

Color convert

RGB 248 127 178 -
CMYK 0 0.49 0.28 0.03
HSL 334.71º 0.9% 0.74% -
HSV(B) 334.71º 0.49% 0.97% -
XYZ 54.34 38.35 46.66 -
YUV 168.99 133.09 184.35 -
System Red Green Blue C M Y K H S L
Decimal 248 127 178 0 0.49 0.28 0.03 334.71 0.9 0.74
Hex F8 7F B2 0 31 1C 3 14F 5A 4A
Octal 370 177 262 0 61 34 3 517 132 112
Binary 11111000 1111111 10110010 0 110001 11100 11 101001111 1011010 1001010

Color Harmonies of #F87FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FB2

Black with #F87FB2

Text Example


Text Example

White with #F87FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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