Html Css Color HEX #F28C7D Light Coral

📋 copy color: '#F28C7D'

red 242 ◦ green 140 ◦ blue 125

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

Shades of Light Coral #F28C7D

Tints of Light Coral #F28C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 125 (49.22% from 255) = 24.65%

R = 47.73%
G = 27.61%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F28C7D (or 0xF28C7D) is known color: Light Coral. HEX triplet: F2, 8C and 7D. RGB value is (242,140,125). Sum of RGB (Red+Green+Blue) = 242+140+125=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C7D is #0D7382. Grayscale: #A8A8A8. Windows color (decimal): -881539 or 8228082. OLE color: 8228082.

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

Color convert

RGB 242 140 125 -
CMYK 0 0.42 0.48 0.05
HSL 7.69º 0.82% 0.72% -
HSV(B) 7.69º 0.48% 0.95% -
XYZ 49.7 39.11 24.33 -
YUV 168.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 242 140 125 0 0.42 0.48 0.05 7.69 0.82 0.72
Hex F2 8C 7D 0 2A 30 5 8 52 48
Octal 362 214 175 0 52 60 5 10 122 110
Binary 11110010 10001100 1111101 0 101010 110000 101 1000 1010010 1001000

Color Harmonies of #F28C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C7D

Black with #F28C7D

Text Example


Text Example

White with #F28C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C7D; }

 p { color: rgb(242,140,125); }

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

background-color css

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

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

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

border-color css

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

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

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