Html Css Color HEX #F28383 Light Coral

📋 copy color: '#F28383'

red 242 ◦ green 131 ◦ blue 131

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

Shades of Light Coral #F28383

Tints of Light Coral #F28383

RGB

 RED value IS 242 (94.92% from 255) = 48.02%

 GREEN value IS 131 (51.56% from 255) = 25.99%

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 48.02%
G = 25.99%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F28383 (or 0xF28383) is known color: Light Coral. HEX triplet: F2, 83 and 83. RGB value is (242,131,131). Sum of RGB (Red+Green+Blue) = 242+131+131=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F28383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28383 is #0D7C7C. Grayscale: #A4A4A4. Windows color (decimal): -883837 or 8618994. OLE color: 8618994.

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

Color convert

RGB 242 131 131 -
CMYK 0 0.46 0.46 0.05
HSL 0.81% 0.73% -
HSV(B) 0.46% 0.95% -
XYZ 48.83 36.75 25.99 -
YUV 164.19 109.27 183.5 -
System Red Green Blue C M Y K H S L
Decimal 242 131 131 0 0.46 0.46 0.05 0 0.81 0.73
Hex F2 83 83 0 2E 2E 5 0 51 49
Octal 362 203 203 0 56 56 5 0 121 111
Binary 11110010 10000011 10000011 0 101110 101110 101 0 1010001 1001001

Color Harmonies of #F28383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28383

Black with #F28383

Text Example


Text Example

White with #F28383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28383; }

 p { color: rgb(242,131,131); }

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

background-color css

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

 a { background-color: rgb(242,131,131); }

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

border-color css

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

 span { border-color: rgb(242,131,131); }

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