Html Css Color HEX #F877C3 Persian Pink

📋 copy color: '#F877C3'

red 248 ◦ green 119 ◦ blue 195

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

Shades of Persian Pink #F877C3

Tints of Persian Pink #F877C3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.17%

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

R = 44.13%
G = 21.17%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F877C3 (or 0xF877C3) is known color: Persian Pink. HEX triplet: F8, 77 and C3. RGB value is (248,119,195). Sum of RGB (Red+Green+Blue) = 248+119+195=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F877C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877C3 is #07883C. Grayscale: #A6A6A6. Windows color (decimal): -493629 or 12810232. OLE color: 12810232.

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

Color convert

RGB 248 119 195 -
CMYK 0 0.52 0.21 0.03
HSL 324.65º 0.9% 0.72% -
HSV(B) 324.65º 0.52% 0.97% -
XYZ 55.16 37.09 55.88 -
YUV 166.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 248 119 195 0 0.52 0.21 0.03 324.65 0.9 0.72
Hex F8 77 C3 0 34 15 3 145 5A 48
Octal 370 167 303 0 64 25 3 505 132 110
Binary 11111000 1110111 11000011 0 110100 10101 11 101000101 1011010 1001000

Color Harmonies of #F877C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877C3

Black with #F877C3

Text Example


Text Example

White with #F877C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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