Html Css Color HEX #F2877D Light Coral

📋 copy color: '#F2877D'

red 242 ◦ green 135 ◦ blue 125

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

Shades of Light Coral #F2877D

Tints of Light Coral #F2877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.89%

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

R = 48.21%
G = 26.89%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2877D (or 0xF2877D) is known color: Light Coral. HEX triplet: F2, 87 and 7D. RGB value is (242,135,125). Sum of RGB (Red+Green+Blue) = 242+135+125=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2877D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2877D is #0D7882. Grayscale: #A6A6A6. Windows color (decimal): -882819 or 8226802. OLE color: 8226802.

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

Color convert

RGB 242 135 125 -
CMYK 0 0.44 0.48 0.05
HSL 5.13º 0.82% 0.72% -
HSV(B) 5.13º 0.48% 0.95% -
XYZ 48.98 37.69 24.09 -
YUV 165.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 242 135 125 0 0.44 0.48 0.05 5.13 0.82 0.72
Hex F2 87 7D 0 2C 30 5 5 52 48
Octal 362 207 175 0 54 60 5 5 122 110
Binary 11110010 10000111 1111101 0 101100 110000 101 101 1010010 1001000

Color Harmonies of #F2877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2877D

Black with #F2877D

Text Example


Text Example

White with #F2877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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