Html Css Color HEX #F97781 Froly

📋 copy color: '#F97781'

red 249 ◦ green 119 ◦ blue 129

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

Shades of Froly #F97781

Tints of Froly #F97781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 50.1%
G = 23.94%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F97781 (or 0xF97781) is known color: Froly. HEX triplet: F9, 77 and 81. RGB value is (249,119,129). Sum of RGB (Red+Green+Blue) = 249+119+129=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F97781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97781 is #06887E. Grayscale: #9F9F9F. Windows color (decimal): -428159 or 8484857. OLE color: 8484857.

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

Color convert

RGB 249 119 129 -
CMYK 0 0.52 0.48 0.02
HSL 355.38º 0.92% 0.72% -
HSV(B) 355.38º 0.52% 0.98% -
XYZ 49.63 34.92 24.89 -
YUV 159.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 249 119 129 0 0.52 0.48 0.02 355.38 0.92 0.72
Hex F9 77 81 0 34 30 2 163 5C 48
Octal 371 167 201 0 64 60 2 543 134 110
Binary 11111001 1110111 10000001 0 110100 110000 10 101100011 1011100 1001000

Color Harmonies of #F97781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97781

Black with #F97781

Text Example


Text Example

White with #F97781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97781; }

 p { color: rgb(249,119,129); }

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

background-color css

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

 a { background-color: rgb(249,119,129); }

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

border-color css

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

 span { border-color: rgb(249,119,129); }

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