Html Css Color HEX #F2877B Light Coral

📋 copy color: '#F2877B'

red 242 ◦ green 135 ◦ blue 123

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

Shades of Light Coral #F2877B

Tints of Light Coral #F2877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 48.4%
G = 27%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2877B (or 0xF2877B) is known color: Light Coral. HEX triplet: F2, 87 and 7B. RGB value is (242,135,123). Sum of RGB (Red+Green+Blue) = 242+135+123=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2877B is #0D7884. Grayscale: #A5A5A5. Windows color (decimal): -882821 or 8095730. OLE color: 8095730.

HSL color Cylindrical-coordinate representation of color #F2877B: hue angle of 6.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2877B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 135 123 -
CMYK 0 0.44 0.49 0.05
HSL 6.05º 0.82% 0.72% -
HSV(B) 6.05º 0.49% 0.95% -
XYZ 48.86 37.64 23.43 -
YUV 165.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 242 135 123 0 0.44 0.49 0.05 6.05 0.82 0.72
Hex F2 87 7B 0 2C 31 5 6 52 48
Octal 362 207 173 0 54 61 5 6 122 110
Binary 11110010 10000111 1111011 0 101100 110001 101 110 1010010 1001000

Color Harmonies of #F2877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2877B

Black with #F2877B

Text Example


Text Example

White with #F2877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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