Html Css Color HEX #F2897F Light Coral

📋 copy color: '#F2897F'

red 242 ◦ green 137 ◦ blue 127

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

Shades of Light Coral #F2897F

Tints of Light Coral #F2897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.08%

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

R = 47.83%
G = 27.08%
B = 25.1%

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

#F2897F (or 0xF2897F) is known color: Light Coral. HEX triplet: F2, 89 and 7F. RGB value is (242,137,127). Sum of RGB (Red+Green+Blue) = 242+137+127=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2897F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2897F is #0D7680. Grayscale: #A7A7A7. Windows color (decimal): -882305 or 8358386. OLE color: 8358386.

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

Color convert

RGB 242 137 127 -
CMYK 0 0.43 0.48 0.05
HSL 5.22º 0.82% 0.72% -
HSV(B) 5.22º 0.48% 0.95% -
XYZ 49.39 38.3 24.87 -
YUV 167.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 242 137 127 0 0.43 0.48 0.05 5.22 0.82 0.72
Hex F2 89 7F 0 2B 30 5 5 52 48
Octal 362 211 177 0 53 60 5 5 122 110
Binary 11110010 10001001 1111111 0 101011 110000 101 101 1010010 1001000

Color Harmonies of #F2897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2897F

Black with #F2897F

Text Example


Text Example

White with #F2897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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