Html Css Color HEX #F2847F Light Coral

📋 copy color: '#F2847F'

red 242 ◦ green 132 ◦ blue 127

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

Shades of Light Coral #F2847F

Tints of Light Coral #F2847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.35%

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

R = 48.3%
G = 26.35%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2847F (or 0xF2847F) is known color: Light Coral. HEX triplet: F2, 84 and 7F. RGB value is (242,132,127). Sum of RGB (Red+Green+Blue) = 242+132+127=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2847F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2847F is #0D7B80. Grayscale: #A4A4A4. Windows color (decimal): -883585 or 8357106. OLE color: 8357106.

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

Color convert

RGB 242 132 127 -
CMYK 0 0.45 0.48 0.05
HSL 2.61º 0.82% 0.72% -
HSV(B) 2.61º 0.48% 0.95% -
XYZ 48.7 36.91 24.64 -
YUV 164.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 242 132 127 0 0.45 0.48 0.05 2.61 0.82 0.72
Hex F2 84 7F 0 2D 30 5 3 52 48
Octal 362 204 177 0 55 60 5 3 122 110
Binary 11110010 10000100 1111111 0 101101 110000 101 11 1010010 1001000

Color Harmonies of #F2847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2847F

Black with #F2847F

Text Example


Text Example

White with #F2847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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