Html Css Color HEX #F27C7C Light Coral

📋 copy color: '#F27C7C'

red 242 ◦ green 124 ◦ blue 124

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

Shades of Light Coral #F27C7C

Tints of Light Coral #F27C7C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.31%

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

R = 49.39%
G = 25.31%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F27C7C (or 0xF27C7C) is known color: Light Coral. HEX triplet: F2, 7C and 7C. RGB value is (242,124,124). Sum of RGB (Red+Green+Blue) = 242+124+124=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C7C is #0D8383. Grayscale: #9F9F9F. Windows color (decimal): -885636 or 8158450. OLE color: 8158450.

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

Color convert

RGB 242 124 124 -
CMYK 0 0.49 0.49 0.05
HSL 0.82% 0.72% -
HSV(B) 0.49% 0.95% -
XYZ 47.46 34.75 23.27 -
YUV 159.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 242 124 124 0 0.49 0.49 0.05 0 0.82 0.72
Hex F2 7C 7C 0 31 31 5 0 52 48
Octal 362 174 174 0 61 61 5 0 122 110
Binary 11110010 1111100 1111100 0 110001 110001 101 0 1010010 1001000

Color Harmonies of #F27C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C7C

Black with #F27C7C

Text Example


Text Example

White with #F27C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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