Html Css Color HEX #F98582 Light Coral

📋 copy color: '#F98582'

red 249 ◦ green 133 ◦ blue 130

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

Shades of Light Coral #F98582

Tints of Light Coral #F98582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.98%

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

R = 48.63%
G = 25.98%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F98582 (or 0xF98582) is known color: Light Coral. HEX triplet: F9, 85 and 82. RGB value is (249,133,130). Sum of RGB (Red+Green+Blue) = 249+133+130=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F98582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98582 is #067A7D. Grayscale: #A7A7A7. Windows color (decimal): -424574 or 8553977. OLE color: 8553977.

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

Color convert

RGB 249 133 130 -
CMYK 0 0.47 0.48 0.02
HSL 1.51º 0.91% 0.74% -
HSV(B) 1.51º 0.48% 0.98% -
XYZ 51.48 38.53 25.84 -
YUV 167.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 249 133 130 0 0.47 0.48 0.02 1.51 0.91 0.74
Hex F9 85 82 0 2F 30 2 2 5B 4A
Octal 371 205 202 0 57 60 2 2 133 112
Binary 11111001 10000101 10000010 0 101111 110000 10 10 1011011 1001010

Color Harmonies of #F98582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98582

Black with #F98582

Text Example


Text Example

White with #F98582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98582; }

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

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

background-color css

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

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

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

border-color css

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

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

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