Html Css Color HEX #F38282 Light Coral

📋 copy color: '#F38282'

red 243 ◦ green 130 ◦ blue 130

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

Shades of Light Coral #F38282

Tints of Light Coral #F38282

RGB

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

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

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

R = 48.31%
G = 25.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F38282 (or 0xF38282) is known color: Light Coral. HEX triplet: F3, 82 and 82. RGB value is (243,130,130). Sum of RGB (Red+Green+Blue) = 243+130+130=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F38282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38282 is #0C7D7D. Grayscale: #A3A3A3. Windows color (decimal): -818558 or 8553203. OLE color: 8553203.

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

Color convert

RGB 243 130 130 -
CMYK 0 0.47 0.47 0.05
HSL 0.82% 0.73% -
HSV(B) 0.47% 0.95% -
XYZ 48.97 36.63 25.61 -
YUV 163.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 243 130 130 0 0.47 0.47 0.05 0 0.82 0.73
Hex F3 82 82 0 2F 2F 5 0 52 49
Octal 363 202 202 0 57 57 5 0 122 111
Binary 11110011 10000010 10000010 0 101111 101111 101 0 1010010 1001001

Color Harmonies of #F38282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38282

Black with #F38282

Text Example


Text Example

White with #F38282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38282; }

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

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

background-color css

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

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

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

border-color css

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

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

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