Html Css Color HEX #F18278 Light Coral

📋 copy color: '#F18278'

red 241 ◦ green 130 ◦ blue 120

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

Shades of Light Coral #F18278

Tints of Light Coral #F18278

RGB

 RED value IS 241 (94.53% from 255) = 49.08%

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 49.08%
G = 26.48%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F18278 (or 0xF18278) is known color: Light Coral. HEX triplet: F1, 82 and 78. RGB value is (241,130,120). Sum of RGB (Red+Green+Blue) = 241+130+120=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F18278 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18278 is #0E7D87. Grayscale: #A2A2A2. Windows color (decimal): -949640 or 7897841. OLE color: 7897841.

HSL color Cylindrical-coordinate representation of color #F18278: hue angle of 4.96º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F18278 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 130 120 -
CMYK 0 0.46 0.50 0.05
HSL 4.96º 0.81% 0.71% -
HSV(B) 4.96º 0.5% 0.95% -
XYZ 47.65 36.02 22.21 -
YUV 162.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 241 130 120 0 0.46 0.50 0.05 4.96 0.81 0.71
Hex F1 82 78 0 2E 32 5 5 51 47
Octal 361 202 170 0 56 62 5 5 121 107
Binary 11110001 10000010 1111000 0 101110 110010 101 101 1010001 1000111

Color Harmonies of #F18278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18278

Black with #F18278

Text Example


Text Example

White with #F18278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18278; }

 p { color: rgb(241,130,120); }

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

background-color css

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

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

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

border-color css

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

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

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