Html Css Color HEX #F28A7B Light Coral

📋 copy color: '#F28A7B'

red 242 ◦ green 138 ◦ blue 123

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

Shades of Light Coral #F28A7B

Tints of Light Coral #F28A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

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

R = 48.11%
G = 27.44%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F28A7B (or 0xF28A7B) is known color: Light Coral. HEX triplet: F2, 8A and 7B. RGB value is (242,138,123). Sum of RGB (Red+Green+Blue) = 242+138+123=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28A7B is #0D7584. Grayscale: #A7A7A7. Windows color (decimal): -882053 or 8096498. OLE color: 8096498.

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

Color convert

RGB 242 138 123 -
CMYK 0 0.43 0.49 0.05
HSL 7.56º 0.82% 0.72% -
HSV(B) 7.56º 0.49% 0.95% -
XYZ 49.28 38.48 23.57 -
YUV 167.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 242 138 123 0 0.43 0.49 0.05 7.56 0.82 0.72
Hex F2 8A 7B 0 2B 31 5 8 52 48
Octal 362 212 173 0 53 61 5 10 122 110
Binary 11110010 10001010 1111011 0 101011 110001 101 1000 1010010 1001000

Color Harmonies of #F28A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A7B

Black with #F28A7B

Text Example


Text Example

White with #F28A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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