Html Css Color HEX #F978BE Persian Pink

📋 copy color: '#F978BE'

red 249 ◦ green 120 ◦ blue 190

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

Shades of Persian Pink #F978BE

Tints of Persian Pink #F978BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 44.54%
G = 21.47%
B = 33.99%

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

#F978BE (or 0xF978BE) is known color: Persian Pink. HEX triplet: F9, 78 and BE. RGB value is (249,120,190). Sum of RGB (Red+Green+Blue) = 249+120+190=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F978BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978BE is #068741. Grayscale: #A6A6A6. Windows color (decimal): -427842 or 12482809. OLE color: 12482809.

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

Color convert

RGB 249 120 190 -
CMYK 0 0.52 0.24 0.02
HSL 327.44º 0.91% 0.72% -
HSV(B) 327.44º 0.52% 0.98% -
XYZ 55.08 37.29 53.01 -
YUV 166.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 249 120 190 0 0.52 0.24 0.02 327.44 0.91 0.72
Hex F9 78 BE 0 34 18 2 147 5B 48
Octal 371 170 276 0 64 30 2 507 133 110
Binary 11111001 1111000 10111110 0 110100 11000 10 101000111 1011011 1001000

Color Harmonies of #F978BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978BE

Black with #F978BE

Text Example


Text Example

White with #F978BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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