Html Css Color HEX #F2807C Light Coral

📋 copy color: '#F2807C'

red 242 ◦ green 128 ◦ blue 124

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

Shades of Light Coral #F2807C

Tints of Light Coral #F2807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.91%

 BLUE value IS 124 (48.83% from 255) = 25.1%

R = 48.99%
G = 25.91%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2807C (or 0xF2807C) is known color: Light Coral. HEX triplet: F2, 80 and 7C. RGB value is (242,128,124). Sum of RGB (Red+Green+Blue) = 242+128+124=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807C is #0D7F83. Grayscale: #A1A1A1. Windows color (decimal): -884612 or 8159474. OLE color: 8159474.

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

Color convert

RGB 242 128 124 -
CMYK 0 0.47 0.49 0.05
HSL 2.03º 0.82% 0.72% -
HSV(B) 2.03º 0.49% 0.95% -
XYZ 47.98 35.77 23.44 -
YUV 161.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 242 128 124 0 0.47 0.49 0.05 2.03 0.82 0.72
Hex F2 80 7C 0 2F 31 5 2 52 48
Octal 362 200 174 0 57 61 5 2 122 110
Binary 11110010 10000000 1111100 0 101111 110001 101 10 1010010 1001000

Color Harmonies of #F2807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2807C

Black with #F2807C

Text Example


Text Example

White with #F2807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2807C; }

 p { color: rgb(242,128,124); }

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

background-color css

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

 a { background-color: rgb(242,128,124); }

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

border-color css

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

 span { border-color: rgb(242,128,124); }

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