Html Css Color HEX #F68482 Light Coral

📋 copy color: '#F68482'

red 246 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #F68482

Tints of Light Coral #F68482

RGB

 RED value IS 246 (96.48% from 255) = 48.43%

 GREEN value IS 132 (51.95% from 255) = 25.98%

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

R = 48.43%
G = 25.98%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F68482 (or 0xF68482) is known color: Light Coral. HEX triplet: F6, 84 and 82. RGB value is (246,132,130). Sum of RGB (Red+Green+Blue) = 246+132+130=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F68482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68482 is #097B7D. Grayscale: #A5A5A5. Windows color (decimal): -621438 or 8553718. OLE color: 8553718.

HSL color Cylindrical-coordinate representation of color #F68482: hue angle of 1.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F68482 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 132 130 -
CMYK 0 0.46 0.47 0.04
HSL 1.03º 0.87% 0.74% -
HSV(B) 1.03º 0.47% 0.96% -
XYZ 50.29 37.71 25.75 -
YUV 165.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 246 132 130 0 0.46 0.47 0.04 1.03 0.87 0.74
Hex F6 84 82 0 2E 2F 4 1 57 4A
Octal 366 204 202 0 56 57 4 1 127 112
Binary 11110110 10000100 10000010 0 101110 101111 100 1 1010111 1001010

Color Harmonies of #F68482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68482

Black with #F68482

Text Example


Text Example

White with #F68482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68482; }

 p { color: rgb(246,132,130); }

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

background-color css

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

 a { background-color: rgb(246,132,130); }

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

border-color css

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

 span { border-color: rgb(246,132,130); }

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