#F2827A

Color #F2827A Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #F2827A

Tints of Light Coral #F2827A

Color information

#F2827A (or 0xF2827A) is unknown color: approx Light Coral. HEX triplet: F2, 82 and 7A. RGB value is (242,130,122). Sum of RGB (Red+Green+Blue) = 242+130+122=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2827A is #0D7D85. Grayscale: #A2A2A2. Windows color (decimal): -884102 or 8028914. OLE color: 8028914.

HSL color Cylindrical-coordinate representation of color #F2827A: hue angle of 4º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2827A is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242130122-
CMYK00.460.500.05
HSL82.19%71.37%-
HSV(B)49.59%94.9%-
XYZ48.1136.2522.87-
YUV162.58105.11184.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=48.99%
G=26.32%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213012200.460.500.05482.1971.37
HexF2827A02E32545247
Octal3622021720566254122107
Binary11110010100000101111010010111011001010110010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2827A; }

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

 H1.HeaderClassName
 {
   color: #F2827A;
 }
 .AnyTagClassName
 {
   color: #F2827A;
 }
</style>
background-color css

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

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

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

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

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

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