Html Css Color HEX #F27E7A Light Coral

📋 copy color: '#F27E7A'

red 242 ◦ green 126 ◦ blue 122

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

Shades of Light Coral #F27E7A

Tints of Light Coral #F27E7A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 49.39%
G = 25.71%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F27E7A (or 0xF27E7A) is known color: Light Coral. HEX triplet: F2, 7E and 7A. RGB value is (242,126,122). Sum of RGB (Red+Green+Blue) = 242+126+122=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E7A is #0D8185. Grayscale: #A0A0A0. Windows color (decimal): -885126 or 8027890. OLE color: 8027890.

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

Color convert

RGB 242 126 122 -
CMYK 0 0.48 0.50 0.05
HSL 0.82% 0.71% -
HSV(B) 0.5% 0.95% -
XYZ 47.59 35.2 22.7 -
YUV 160.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 242 126 122 0 0.48 0.50 0.05 2 0.82 0.71
Hex F2 7E 7A 0 30 32 5 2 52 47
Octal 362 176 172 0 60 62 5 2 122 107
Binary 11110010 1111110 1111010 0 110000 110010 101 10 1010010 1000111

Color Harmonies of #F27E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E7A

Black with #F27E7A

Text Example


Text Example

White with #F27E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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