Html Css Color HEX #F87BC3 Persian Pink

📋 copy color: '#F87BC3'

red 248 ◦ green 123 ◦ blue 195

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

Shades of Persian Pink #F87BC3

Tints of Persian Pink #F87BC3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.73%

 BLUE value IS 195 (76.56% from 255) = 34.45%

R = 43.82%
G = 21.73%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F87BC3 (or 0xF87BC3) is known color: Persian Pink. HEX triplet: F8, 7B and C3. RGB value is (248,123,195). Sum of RGB (Red+Green+Blue) = 248+123+195=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BC3 is #07843C. Grayscale: #A8A8A8. Windows color (decimal): -492605 or 12811256. OLE color: 12811256.

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

Color convert

RGB 248 123 195 -
CMYK 0 0.50 0.21 0.03
HSL 325.44º 0.9% 0.73% -
HSV(B) 325.44º 0.5% 0.97% -
XYZ 55.64 38.06 56.04 -
YUV 168.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 248 123 195 0 0.50 0.21 0.03 325.44 0.9 0.73
Hex F8 7B C3 0 32 15 3 145 5A 49
Octal 370 173 303 0 62 25 3 505 132 111
Binary 11111000 1111011 11000011 0 110010 10101 11 101000101 1011010 1001001

Color Harmonies of #F87BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87BC3

Black with #F87BC3

Text Example


Text Example

White with #F87BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87BC3; }

 p { color: rgb(248,123,195); }

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

background-color css

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

 a { background-color: rgb(248,123,195); }

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

border-color css

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

 span { border-color: rgb(248,123,195); }

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