Html Css Color HEX #F978BF Persian Pink

📋 copy color: '#F978BF'

red 249 ◦ green 120 ◦ blue 191

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

Shades of Persian Pink #F978BF

Tints of Persian Pink #F978BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.11%

R = 44.46%
G = 21.43%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F978BF (or 0xF978BF) is known color: Persian Pink. HEX triplet: F9, 78 and BF. RGB value is (249,120,191). Sum of RGB (Red+Green+Blue) = 249+120+191=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F978BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978BF is #068740. Grayscale: #A6A6A6. Windows color (decimal): -427841 or 12548345. OLE color: 12548345.

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

Color convert

RGB 249 120 191 -
CMYK 0 0.52 0.23 0.02
HSL 326.98º 0.91% 0.72% -
HSV(B) 326.98º 0.52% 0.98% -
XYZ 55.19 37.33 53.59 -
YUV 166.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 249 120 191 0 0.52 0.23 0.02 326.98 0.91 0.72
Hex F9 78 BF 0 34 17 2 147 5B 48
Octal 371 170 277 0 64 27 2 507 133 110
Binary 11111001 1111000 10111111 0 110100 10111 10 101000111 1011011 1001000

Color Harmonies of #F978BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978BF

Black with #F978BF

Text Example


Text Example

White with #F978BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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