Html Css Color HEX #F68985 Light Coral

📋 copy color: '#F68985'

red 246 ◦ green 137 ◦ blue 133

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

Shades of Light Coral #F68985

Tints of Light Coral #F68985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 47.67%
G = 26.55%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68985 (or 0xF68985) is known color: Light Coral. HEX triplet: F6, 89 and 85. RGB value is (246,137,133). Sum of RGB (Red+Green+Blue) = 246+137+133=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F68985 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68985 is #09767A. Grayscale: #A9A9A9. Windows color (decimal): -620155 or 8751606. OLE color: 8751606.

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

Color convert

RGB 246 137 133 -
CMYK 0 0.44 0.46 0.04
HSL 2.12º 0.86% 0.74% -
HSV(B) 2.12º 0.46% 0.96% -
XYZ 51.19 39.18 27.05 -
YUV 169.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 246 137 133 0 0.44 0.46 0.04 2.12 0.86 0.74
Hex F6 89 85 0 2C 2E 4 2 56 4A
Octal 366 211 205 0 54 56 4 2 126 112
Binary 11110110 10001001 10000101 0 101100 101110 100 10 1010110 1001010

Color Harmonies of #F68985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68985

Black with #F68985

Text Example


Text Example

White with #F68985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68985; }

 p { color: rgb(246,137,133); }

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

background-color css

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

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

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

border-color css

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

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

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