Html Css Color HEX #F2857B Light Coral

📋 copy color: '#F2857B'

red 242 ◦ green 133 ◦ blue 123

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

Shades of Light Coral #F2857B

Tints of Light Coral #F2857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 48.59%
G = 26.71%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2857B (or 0xF2857B) is known color: Light Coral. HEX triplet: F2, 85 and 7B. RGB value is (242,133,123). Sum of RGB (Red+Green+Blue) = 242+133+123=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2857B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2857B is #0D7A84. Grayscale: #A4A4A4. Windows color (decimal): -883333 or 8095218. OLE color: 8095218.

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

Color convert

RGB 242 133 123 -
CMYK 0 0.45 0.49 0.05
HSL 5.04º 0.82% 0.72% -
HSV(B) 5.04º 0.49% 0.95% -
XYZ 48.58 37.08 23.34 -
YUV 164.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 242 133 123 0 0.45 0.49 0.05 5.04 0.82 0.72
Hex F2 85 7B 0 2D 31 5 5 52 48
Octal 362 205 173 0 55 61 5 5 122 110
Binary 11110010 10000101 1111011 0 101101 110001 101 101 1010010 1001000

Color Harmonies of #F2857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2857B

Black with #F2857B

Text Example


Text Example

White with #F2857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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