Html Css Color HEX #F1807D Light Coral

📋 copy color: '#F1807D'

red 241 ◦ green 128 ◦ blue 125

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

Shades of Light Coral #F1807D

Tints of Light Coral #F1807D

RGB

 RED value IS 241 (94.53% from 255) = 48.79%

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 48.79%
G = 25.91%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1807D (or 0xF1807D) is known color: Light Coral. HEX triplet: F1, 80 and 7D. RGB value is (241,128,125). Sum of RGB (Red+Green+Blue) = 241+128+125=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1807D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1807D is #0E7F82. Grayscale: #A1A1A1. Windows color (decimal): -950147 or 8225009. OLE color: 8225009.

HSL color Cylindrical-coordinate representation of color #F1807D: hue angle of 1.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1807D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 125 -
CMYK 0 0.47 0.48 0.05
HSL 1.55º 0.81% 0.72% -
HSV(B) 1.55º 0.48% 0.95% -
XYZ 47.7 35.62 23.76 -
YUV 161.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 241 128 125 0 0.47 0.48 0.05 1.55 0.81 0.72
Hex F1 80 7D 0 2F 30 5 2 51 48
Octal 361 200 175 0 57 60 5 2 121 110
Binary 11110001 10000000 1111101 0 101111 110000 101 10 1010001 1001000

Color Harmonies of #F1807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1807D

Black with #F1807D

Text Example


Text Example

White with #F1807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1807D; }

 p { color: rgb(241,128,125); }

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

background-color css

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

 a { background-color: rgb(241,128,125); }

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

border-color css

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

 span { border-color: rgb(241,128,125); }

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