Html Css Color HEX #F973BE Persian Pink

📋 copy color: '#F973BE'

red 249 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #F973BE

Tints of Persian Pink #F973BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.76%

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

R = 44.95%
G = 20.76%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F973BE (or 0xF973BE) is known color: Persian Pink. HEX triplet: F9, 73 and BE. RGB value is (249,115,190). Sum of RGB (Red+Green+Blue) = 249+115+190=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F973BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973BE is #068C41. Grayscale: #A3A3A3. Windows color (decimal): -429122 or 12481529. OLE color: 12481529.

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

Color convert

RGB 249 115 190 -
CMYK 0 0.54 0.24 0.02
HSL 326.42º 0.92% 0.71% -
HSV(B) 326.42º 0.54% 0.98% -
XYZ 54.49 36.12 52.81 -
YUV 163.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 249 115 190 0 0.54 0.24 0.02 326.42 0.92 0.71
Hex F9 73 BE 0 36 18 2 146 5C 47
Octal 371 163 276 0 66 30 2 506 134 107
Binary 11111001 1110011 10111110 0 110110 11000 10 101000110 1011100 1000111

Color Harmonies of #F973BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973BE

Black with #F973BE

Text Example


Text Example

White with #F973BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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