Html Css Color HEX #F877C2 Persian Pink

📋 copy color: '#F877C2'

red 248 ◦ green 119 ◦ blue 194

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

Shades of Persian Pink #F877C2

Tints of Persian Pink #F877C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.58%

R = 44.21%
G = 21.21%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F877C2 (or 0xF877C2) is known color: Persian Pink. HEX triplet: F8, 77 and C2. RGB value is (248,119,194). Sum of RGB (Red+Green+Blue) = 248+119+194=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F877C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877C2 is #07883D. Grayscale: #A5A5A5. Windows color (decimal): -493630 or 12744696. OLE color: 12744696.

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

Color convert

RGB 248 119 194 -
CMYK 0 0.52 0.22 0.03
HSL 325.12º 0.9% 0.72% -
HSV(B) 325.12º 0.52% 0.97% -
XYZ 55.05 37.05 55.29 -
YUV 166.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 248 119 194 0 0.52 0.22 0.03 325.12 0.9 0.72
Hex F8 77 C2 0 34 16 3 145 5A 48
Octal 370 167 302 0 64 26 3 505 132 110
Binary 11111000 1110111 11000010 0 110100 10110 11 101000101 1011010 1001000

Color Harmonies of #F877C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F877C2

Black with #F877C2

Text Example


Text Example

White with #F877C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F877C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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