Html Css Color HEX #F87FBB Persian Pink

📋 copy color: '#F87FBB'

red 248 ◦ green 127 ◦ blue 187

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

Shades of Persian Pink #F87FBB

Tints of Persian Pink #F87FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 44.13%
G = 22.6%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F87FBB (or 0xF87FBB) is known color: Persian Pink. HEX triplet: F8, 7F and BB. RGB value is (248,127,187). Sum of RGB (Red+Green+Blue) = 248+127+187=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FBB is #078044. Grayscale: #A9A9A9. Windows color (decimal): -491589 or 12287992. OLE color: 12287992.

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

Color convert

RGB 248 127 187 -
CMYK 0 0.49 0.25 0.03
HSL 330.25º 0.9% 0.74% -
HSV(B) 330.25º 0.49% 0.97% -
XYZ 55.27 38.72 51.57 -
YUV 170.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 248 127 187 0 0.49 0.25 0.03 330.25 0.9 0.74
Hex F8 7F BB 0 31 19 3 14A 5A 4A
Octal 370 177 273 0 61 31 3 512 132 112
Binary 11111000 1111111 10111011 0 110001 11001 11 101001010 1011010 1001010

Color Harmonies of #F87FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87FBB

Black with #F87FBB

Text Example


Text Example

White with #F87FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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