Html Css Color HEX #F87CB2 Persian Pink

📋 copy color: '#F87CB2'

red 248 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #F87CB2

Tints of Persian Pink #F87CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.55%

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

R = 45.09%
G = 22.55%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F87CB2 (or 0xF87CB2) is known color: Persian Pink. HEX triplet: F8, 7C and B2. RGB value is (248,124,178). Sum of RGB (Red+Green+Blue) = 248+124+178=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87CB2 is #07834D. Grayscale: #A7A7A7. Windows color (decimal): -492366 or 11697400. OLE color: 11697400.

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

Color convert

RGB 248 124 178 -
CMYK 0 0.5 0.28 0.03
HSL 333.87º 0.9% 0.73% -
HSV(B) 333.87º 0.5% 0.97% -
XYZ 53.95 37.59 46.53 -
YUV 167.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 248 124 178 0 0.5 0.28 0.03 333.87 0.9 0.73
Hex F8 7C B2 0 32 1C 3 14E 5A 49
Octal 370 174 262 0 62 34 3 516 132 111
Binary 11111000 1111100 10110010 0 110010 11100 11 101001110 1011010 1001001

Color Harmonies of #F87CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87CB2

Black with #F87CB2

Text Example


Text Example

White with #F87CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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