Html Css Color HEX #F0807B Light Coral

📋 copy color: '#F0807B'

red 240 ◦ green 128 ◦ blue 123

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

Shades of Light Coral #F0807B

Tints of Light Coral #F0807B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.07%

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

R = 48.88%
G = 26.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0807B (or 0xF0807B) is known color: Light Coral. HEX triplet: F0, 80 and 7B. RGB value is (240,128,123). Sum of RGB (Red+Green+Blue) = 240+128+123=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807B is #0F7F84. Grayscale: #A1A1A1. Windows color (decimal): -1015685 or 8093936. OLE color: 8093936.

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

Color convert

RGB 240 128 123 -
CMYK 0 0.47 0.49 0.06
HSL 2.56º 0.8% 0.71% -
HSV(B) 2.56º 0.49% 0.94% -
XYZ 47.23 35.39 23.08 -
YUV 160.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 240 128 123 0 0.47 0.49 0.06 2.56 0.8 0.71
Hex F0 80 7B 0 2F 31 6 3 50 47
Octal 360 200 173 0 57 61 6 3 120 107
Binary 11110000 10000000 1111011 0 101111 110001 110 11 1010000 1000111

Color Harmonies of #F0807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0807B

Black with #F0807B

Text Example


Text Example

White with #F0807B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0807B; }

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

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

background-color css

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

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

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

border-color css

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

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

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