Html Css Color HEX #F68281 Light Coral

📋 copy color: '#F68281'

red 246 ◦ green 130 ◦ blue 129

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

Shades of Light Coral #F68281

Tints of Light Coral #F68281

RGB

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

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

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

R = 48.71%
G = 25.74%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F68281 (or 0xF68281) is known color: Light Coral. HEX triplet: F6, 82 and 81. RGB value is (246,130,129). Sum of RGB (Red+Green+Blue) = 246+130+129=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F68281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68281 is #097D7E. Grayscale: #A4A4A4. Windows color (decimal): -621951 or 8487670. OLE color: 8487670.

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

Color convert

RGB 246 130 129 -
CMYK 0 0.47 0.48 0.04
HSL 0.51º 0.87% 0.74% -
HSV(B) 0.51º 0.48% 0.96% -
XYZ 49.95 37.14 25.31 -
YUV 164.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 246 130 129 0 0.47 0.48 0.04 0.51 0.87 0.74
Hex F6 82 81 0 2F 30 4 1 57 4A
Octal 366 202 201 0 57 60 4 1 127 112
Binary 11110110 10000010 10000001 0 101111 110000 100 1 1010111 1001010

Color Harmonies of #F68281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68281

Black with #F68281

Text Example


Text Example

White with #F68281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68281; }

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

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

background-color css

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

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

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

border-color css

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

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

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