Html Css Color HEX #F98082 Froly

📋 copy color: '#F98082'

red 249 ◦ green 128 ◦ blue 130

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

Shades of Froly #F98082

Tints of Froly #F98082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 49.11%
G = 25.25%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F98082 (or 0xF98082) is known color: Froly. HEX triplet: F9, 80 and 82. RGB value is (249,128,130). Sum of RGB (Red+Green+Blue) = 249+128+130=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F98082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98082 is #067F7D. Grayscale: #A4A4A4. Windows color (decimal): -425854 or 8552697. OLE color: 8552697.

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

Color convert

RGB 249 128 130 -
CMYK 0 0.49 0.48 0.02
HSL 359.01º 0.91% 0.74% -
HSV(B) 359.01º 0.49% 0.98% -
XYZ 50.82 37.19 25.62 -
YUV 164.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 249 128 130 0 0.49 0.48 0.02 359.01 0.91 0.74
Hex F9 80 82 0 31 30 2 167 5B 4A
Octal 371 200 202 0 61 60 2 547 133 112
Binary 11111001 10000000 10000010 0 110001 110000 10 101100111 1011011 1001010

Color Harmonies of #F98082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98082

Black with #F98082

Text Example


Text Example

White with #F98082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98082; }

 p { color: rgb(249,128,130); }

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

background-color css

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

 a { background-color: rgb(249,128,130); }

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

border-color css

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

 span { border-color: rgb(249,128,130); }

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