Html Css Color HEX #F0807F Light Coral

📋 copy color: '#F0807F'

red 240 ◦ green 128 ◦ blue 127

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

Shades of Light Coral #F0807F

Tints of Light Coral #F0807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.66%

R = 48.48%
G = 25.86%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0807F (or 0xF0807F) is known color: Light Coral. HEX triplet: F0, 80 and 7F. RGB value is (240,128,127). Sum of RGB (Red+Green+Blue) = 240+128+127=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0807F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0807F is #0F7F80. Grayscale: #A1A1A1. Windows color (decimal): -1015681 or 8356080. OLE color: 8356080.

HSL color Cylindrical-coordinate representation of color #F0807F: hue angle of 0.53º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0807F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 128 127 -
CMYK 0 0.47 0.47 0.06
HSL 0.53º 0.79% 0.72% -
HSV(B) 0.53º 0.47% 0.94% -
XYZ 47.49 35.5 24.43 -
YUV 161.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 240 128 127 0 0.47 0.47 0.06 0.53 0.79 0.72
Hex F0 80 7F 0 2F 2F 6 1 4F 48
Octal 360 200 177 0 57 57 6 1 117 110
Binary 11110000 10000000 1111111 0 101111 101111 110 1 1001111 1001000

Color Harmonies of #F0807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0807F

Black with #F0807F

Text Example


Text Example

White with #F0807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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