Html Css Color HEX #F27D7B Light Coral

📋 copy color: '#F27D7B'

red 242 ◦ green 125 ◦ blue 123

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

Shades of Light Coral #F27D7B

Tints of Light Coral #F27D7B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

 BLUE value IS 123 (48.44% from 255) = 25.1%

R = 49.39%
G = 25.51%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F27D7B (or 0xF27D7B) is known color: Light Coral. HEX triplet: F2, 7D and 7B. RGB value is (242,125,123). Sum of RGB (Red+Green+Blue) = 242+125+123=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D7B is #0D8284. Grayscale: #9F9F9F. Windows color (decimal): -885381 or 8093170. OLE color: 8093170.

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

Color convert

RGB 242 125 123 -
CMYK 0 0.48 0.49 0.05
HSL 1.01º 0.82% 0.72% -
HSV(B) 1.01º 0.49% 0.95% -
XYZ 47.53 34.97 22.98 -
YUV 159.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 242 125 123 0 0.48 0.49 0.05 1.01 0.82 0.72
Hex F2 7D 7B 0 30 31 5 1 52 48
Octal 362 175 173 0 60 61 5 1 122 110
Binary 11110010 1111101 1111011 0 110000 110001 101 1 1010010 1001000

Color Harmonies of #F27D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D7B

Black with #F27D7B

Text Example


Text Example

White with #F27D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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