Html Css Color HEX #F878C2 Persian Pink

📋 copy color: '#F878C2'

red 248 ◦ green 120 ◦ blue 194

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

Shades of Persian Pink #F878C2

Tints of Persian Pink #F878C2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.35%

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

R = 44.13%
G = 21.35%
B = 34.52%

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

#F878C2 (or 0xF878C2) is known color: Persian Pink. HEX triplet: F8, 78 and C2. RGB value is (248,120,194). Sum of RGB (Red+Green+Blue) = 248+120+194=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F878C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878C2 is #07873D. Grayscale: #A6A6A6. Windows color (decimal): -493374 or 12744952. OLE color: 12744952.

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

Color convert

RGB 248 120 194 -
CMYK 0 0.52 0.22 0.03
HSL 325.31º 0.9% 0.72% -
HSV(B) 325.31º 0.52% 0.97% -
XYZ 55.17 37.28 55.33 -
YUV 166.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 248 120 194 0 0.52 0.22 0.03 325.31 0.9 0.72
Hex F8 78 C2 0 34 16 3 145 5A 48
Octal 370 170 302 0 64 26 3 505 132 110
Binary 11111000 1111000 11000010 0 110100 10110 11 101000101 1011010 1001000

Color Harmonies of #F878C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F878C2

Black with #F878C2

Text Example


Text Example

White with #F878C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F878C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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