Html Css Color HEX #F978BB Persian Pink

📋 copy color: '#F978BB'

red 249 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #F978BB

Tints of Persian Pink #F978BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 44.78%
G = 21.58%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F978BB (or 0xF978BB) is known color: Persian Pink. HEX triplet: F9, 78 and BB. RGB value is (249,120,187). Sum of RGB (Red+Green+Blue) = 249+120+187=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 249 - color contains mainly: red. Hex color #F978BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978BB is #068744. Grayscale: #A6A6A6. Windows color (decimal): -427845 or 12286201. OLE color: 12286201.

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

Color convert

RGB 249 120 187 -
CMYK 0 0.52 0.25 0.02
HSL 328.84º 0.91% 0.72% -
HSV(B) 328.84º 0.52% 0.98% -
XYZ 54.75 37.16 51.3 -
YUV 166.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 249 120 187 0 0.52 0.25 0.02 328.84 0.91 0.72
Hex F9 78 BB 0 34 19 2 149 5B 48
Octal 371 170 273 0 64 31 2 511 133 110
Binary 11111001 1111000 10111011 0 110100 11001 10 101001001 1011011 1001000

Color Harmonies of #F978BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978BB

Black with #F978BB

Text Example


Text Example

White with #F978BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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