Html Css Color HEX #F28B7F Light Coral

📋 copy color: '#F28B7F'

red 242 ◦ green 139 ◦ blue 127

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

Shades of Light Coral #F28B7F

Tints of Light Coral #F28B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.36%

 BLUE value IS 127 (50% from 255) = 25%

R = 47.64%
G = 27.36%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F28B7F (or 0xF28B7F) is known color: Light Coral. HEX triplet: F2, 8B and 7F. RGB value is (242,139,127). Sum of RGB (Red+Green+Blue) = 242+139+127=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B7F is #0D7480. Grayscale: #A8A8A8. Windows color (decimal): -881793 or 8358898. OLE color: 8358898.

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

Color convert

RGB 242 139 127 -
CMYK 0 0.43 0.48 0.05
HSL 6.26º 0.82% 0.72% -
HSV(B) 6.26º 0.48% 0.95% -
XYZ 49.68 38.87 24.96 -
YUV 168.43 104.62 180.48 -
System Red Green Blue C M Y K H S L
Decimal 242 139 127 0 0.43 0.48 0.05 6.26 0.82 0.72
Hex F2 8B 7F 0 2B 30 5 6 52 48
Octal 362 213 177 0 53 60 5 6 122 110
Binary 11110010 10001011 1111111 0 101011 110000 101 110 1010010 1001000

Color Harmonies of #F28B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B7F

Black with #F28B7F

Text Example


Text Example

White with #F28B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B7F; }

 p { color: rgb(242,139,127); }

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

background-color css

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

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

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

border-color css

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

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

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