Html Css Color HEX #F27E7D Light Coral

📋 copy color: '#F27E7D'

red 242 ◦ green 126 ◦ blue 125

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

Shades of Light Coral #F27E7D

Tints of Light Coral #F27E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.35%

R = 49.09%
G = 25.56%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F27E7D (or 0xF27E7D) is known color: Light Coral. HEX triplet: F2, 7E and 7D. RGB value is (242,126,125). Sum of RGB (Red+Green+Blue) = 242+126+125=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E7D is #0D8182. Grayscale: #A0A0A0. Windows color (decimal): -885123 or 8224498. OLE color: 8224498.

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

Color convert

RGB 242 126 125 -
CMYK 0 0.48 0.48 0.05
HSL 0.51º 0.82% 0.72% -
HSV(B) 0.51º 0.48% 0.95% -
XYZ 47.78 35.28 23.69 -
YUV 160.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 242 126 125 0 0.48 0.48 0.05 0.51 0.82 0.72
Hex F2 7E 7D 0 30 30 5 1 52 48
Octal 362 176 175 0 60 60 5 1 122 110
Binary 11110010 1111110 1111101 0 110000 110000 101 1 1010010 1001000

Color Harmonies of #F27E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E7D

Black with #F27E7D

Text Example


Text Example

White with #F27E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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