Html Css Color HEX #F978BC Persian Pink

📋 copy color: '#F978BC'

red 249 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #F978BC

Tints of Persian Pink #F978BC

RGB

 RED value IS 249 (97.66% from 255) = 44.7%

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

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

R = 44.7%
G = 21.54%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F978BC (or 0xF978BC) is known color: Persian Pink. HEX triplet: F9, 78 and BC. RGB value is (249,120,188). Sum of RGB (Red+Green+Blue) = 249+120+188=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F978BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978BC is #068743. Grayscale: #A6A6A6. Windows color (decimal): -427844 or 12351737. OLE color: 12351737.

HSL color Cylindrical-coordinate representation of color #F978BC: hue angle of 328.37º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978BC is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 120 188 -
CMYK 0 0.52 0.24 0.02
HSL 328.37º 0.91% 0.72% -
HSV(B) 328.37º 0.52% 0.98% -
XYZ 54.86 37.2 51.87 -
YUV 166.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 249 120 188 0 0.52 0.24 0.02 328.37 0.91 0.72
Hex F9 78 BC 0 34 18 2 148 5B 48
Octal 371 170 274 0 64 30 2 510 133 110
Binary 11111001 1111000 10111100 0 110100 11000 10 101001000 1011011 1001000

Color Harmonies of #F978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978BC

Black with #F978BC

Text Example


Text Example

White with #F978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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