Html Css Color HEX #F0827B Light Coral

📋 copy color: '#F0827B'

red 240 ◦ green 130 ◦ blue 123

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

Shades of Light Coral #F0827B

Tints of Light Coral #F0827B

RGB

 RED value IS 240 (94.14% from 255) = 48.68%

 GREEN value IS 130 (51.17% from 255) = 26.37%

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

R = 48.68%
G = 26.37%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0827B (or 0xF0827B) is known color: Light Coral. HEX triplet: F0, 82 and 7B. RGB value is (240,130,123). Sum of RGB (Red+Green+Blue) = 240+130+123=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0827B is #0F7D84. Grayscale: #A2A2A2. Windows color (decimal): -1015173 or 8094448. OLE color: 8094448.

HSL color Cylindrical-coordinate representation of color #F0827B: hue angle of 3.59º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0827B is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 123 -
CMYK 0 0.46 0.49 0.06
HSL 3.59º 0.8% 0.71% -
HSV(B) 3.59º 0.49% 0.94% -
XYZ 47.49 35.92 23.17 -
YUV 162.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 240 130 123 0 0.46 0.49 0.06 3.59 0.8 0.71
Hex F0 82 7B 0 2E 31 6 4 50 47
Octal 360 202 173 0 56 61 6 4 120 107
Binary 11110000 10000010 1111011 0 101110 110001 110 100 1010000 1000111

Color Harmonies of #F0827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0827B

Black with #F0827B

Text Example


Text Example

White with #F0827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0827B; }

 p { color: rgb(240,130,123); }

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

background-color css

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

 a { background-color: rgb(240,130,123); }

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

border-color css

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

 span { border-color: rgb(240,130,123); }

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