Html Css Color HEX #F878BC Persian Pink

📋 copy color: '#F878BC'

red 248 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #F878BC

Tints of Persian Pink #F878BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 44.6%
G = 21.58%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F878BC (or 0xF878BC) is known color: Persian Pink. HEX triplet: F8, 78 and BC. RGB value is (248,120,188). Sum of RGB (Red+Green+Blue) = 248+120+188=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F878BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878BC is #078743. Grayscale: #A5A5A5. Windows color (decimal): -493380 or 12351736. OLE color: 12351736.

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

Color convert

RGB 248 120 188 -
CMYK 0 0.52 0.24 0.03
HSL 328.13º 0.9% 0.72% -
HSV(B) 328.13º 0.52% 0.97% -
XYZ 54.5 37.02 51.85 -
YUV 166.02 140.41 186.47 -
System Red Green Blue C M Y K H S L
Decimal 248 120 188 0 0.52 0.24 0.03 328.13 0.9 0.72
Hex F8 78 BC 0 34 18 3 148 5A 48
Octal 370 170 274 0 64 30 3 510 132 110
Binary 11111000 1111000 10111100 0 110100 11000 11 101001000 1011010 1001000

Color Harmonies of #F878BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F878BC

Black with #F878BC

Text Example


Text Example

White with #F878BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F878BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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