Html Css Color HEX #F2827C Light Coral

📋 copy color: '#F2827C'

red 242 ◦ green 130 ◦ blue 124

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

Shades of Light Coral #F2827C

Tints of Light Coral #F2827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 48.79%
G = 26.21%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2827C (or 0xF2827C) is known color: Light Coral. HEX triplet: F2, 82 and 7C. RGB value is (242,130,124). Sum of RGB (Red+Green+Blue) = 242+130+124=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2827C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2827C is #0D7D83. Grayscale: #A2A2A2. Windows color (decimal): -884100 or 8159986. OLE color: 8159986.

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

Color convert

RGB 242 130 124 -
CMYK 0 0.46 0.49 0.05
HSL 3.05º 0.82% 0.72% -
HSV(B) 3.05º 0.49% 0.95% -
XYZ 48.24 36.3 23.53 -
YUV 162.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 242 130 124 0 0.46 0.49 0.05 3.05 0.82 0.72
Hex F2 82 7C 0 2E 31 5 3 52 48
Octal 362 202 174 0 56 61 5 3 122 110
Binary 11110010 10000010 1111100 0 101110 110001 101 11 1010010 1001000

Color Harmonies of #F2827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2827C

Black with #F2827C

Text Example


Text Example

White with #F2827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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