Html Css Color HEX #F97A83 Froly

📋 copy color: '#F97A83'

red 249 ◦ green 122 ◦ blue 131

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

Shades of Froly #F97A83

Tints of Froly #F97A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.3%

 BLUE value IS 131 (51.56% from 255) = 26.1%

R = 49.6%
G = 24.3%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F97A83 (or 0xF97A83) is known color: Froly. HEX triplet: F9, 7A and 83. RGB value is (249,122,131). Sum of RGB (Red+Green+Blue) = 249+122+131=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A83 is #06857C. Grayscale: #A1A1A1. Windows color (decimal): -427389 or 8616697. OLE color: 8616697.

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

Color convert

RGB 249 122 131 -
CMYK 0 0.51 0.47 0.02
HSL 355.75º 0.91% 0.73% -
HSV(B) 355.75º 0.51% 0.98% -
XYZ 50.12 35.7 25.72 -
YUV 161 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 249 122 131 0 0.51 0.47 0.02 355.75 0.91 0.73
Hex F9 7A 83 0 33 2F 2 164 5B 49
Octal 371 172 203 0 63 57 2 544 133 111
Binary 11111001 1111010 10000011 0 110011 101111 10 101100100 1011011 1001001

Color Harmonies of #F97A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A83

Black with #F97A83

Text Example


Text Example

White with #F97A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A83; }

 p { color: rgb(249,122,131); }

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

background-color css

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

 a { background-color: rgb(249,122,131); }

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

border-color css

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

 span { border-color: rgb(249,122,131); }

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