Html Css Color HEX #F2837F Light Coral

📋 copy color: '#F2837F'

red 242 ◦ green 131 ◦ blue 127

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

Shades of Light Coral #F2837F

Tints of Light Coral #F2837F

RGB

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

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

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

R = 48.4%
G = 26.2%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2837F (or 0xF2837F) is known color: Light Coral. HEX triplet: F2, 83 and 7F. RGB value is (242,131,127). Sum of RGB (Red+Green+Blue) = 242+131+127=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2837F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2837F is #0D7C80. Grayscale: #A3A3A3. Windows color (decimal): -883841 or 8356850. OLE color: 8356850.

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

Color convert

RGB 242 131 127 -
CMYK 0 0.46 0.48 0.05
HSL 2.09º 0.82% 0.72% -
HSV(B) 2.09º 0.48% 0.95% -
XYZ 48.57 36.64 24.59 -
YUV 163.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 242 131 127 0 0.46 0.48 0.05 2.09 0.82 0.72
Hex F2 83 7F 0 2E 30 5 2 52 48
Octal 362 203 177 0 56 60 5 2 122 110
Binary 11110010 10000011 1111111 0 101110 110000 101 10 1010010 1001000

Color Harmonies of #F2837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2837F

Black with #F2837F

Text Example


Text Example

White with #F2837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2837F; }

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

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

background-color css

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

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

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

border-color css

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

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

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