Html Css Color HEX #F38482 Light Coral

📋 copy color: '#F38482'

red 243 ◦ green 132 ◦ blue 130

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

Shades of Light Coral #F38482

Tints of Light Coral #F38482

RGB

 RED value IS 243 (95.31% from 255) = 48.12%

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

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

R = 48.12%
G = 26.14%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F38482 (or 0xF38482) is known color: Light Coral. HEX triplet: F3, 84 and 82. RGB value is (243,132,130). Sum of RGB (Red+Green+Blue) = 243+132+130=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F38482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38482 is #0C7B7D. Grayscale: #A5A5A5. Windows color (decimal): -818046 or 8553715. OLE color: 8553715.

HSL color Cylindrical-coordinate representation of color #F38482: hue angle of 1.06º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F38482 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 132 130 -
CMYK 0 0.46 0.47 0.05
HSL 1.06º 0.82% 0.73% -
HSV(B) 1.06º 0.47% 0.95% -
XYZ 49.24 37.17 25.7 -
YUV 164.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 243 132 130 0 0.46 0.47 0.05 1.06 0.82 0.73
Hex F3 84 82 0 2E 2F 5 1 52 49
Octal 363 204 202 0 56 57 5 1 122 111
Binary 11110011 10000100 10000010 0 101110 101111 101 1 1010010 1001001

Color Harmonies of #F38482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38482

Black with #F38482

Text Example


Text Example

White with #F38482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38482; }

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

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

background-color css

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

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

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

border-color css

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

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

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