Html Css Color HEX #F68282 Light Coral

📋 copy color: '#F68282'

red 246 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #F68282

Tints of Light Coral #F68282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.69%

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

R = 48.62%
G = 25.69%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F68282 (or 0xF68282) is known color: Light Coral. HEX triplet: F6, 82 and 82. RGB value is (246,130,130). Sum of RGB (Red+Green+Blue) = 246+130+130=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F68282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68282 is #097D7D. Grayscale: #A4A4A4. Windows color (decimal): -621950 or 8553206. OLE color: 8553206.

HSL color Cylindrical-coordinate representation of color #F68282: hue angle of 0º 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 #F68282 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 130 -
CMYK 0 0.47 0.47 0.04
HSL 0.87% 0.74% -
HSV(B) 0.47% 0.96% -
XYZ 50.02 37.17 25.66 -
YUV 164.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 246 130 130 0 0.47 0.47 0.04 0 0.87 0.74
Hex F6 82 82 0 2F 2F 4 0 57 4A
Octal 366 202 202 0 57 57 4 0 127 112
Binary 11110110 10000010 10000010 0 101111 101111 100 0 1010111 1001010

Color Harmonies of #F68282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68282

Black with #F68282

Text Example


Text Example

White with #F68282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68282; }

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

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

background-color css

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

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

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

border-color css

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

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

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