Html Css Color HEX #F1807A Light Coral

📋 copy color: '#F1807A'

red 241 ◦ green 128 ◦ blue 122

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

Shades of Light Coral #F1807A

Tints of Light Coral #F1807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.85%

R = 49.08%
G = 26.07%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1807A (or 0xF1807A) is known color: Light Coral. HEX triplet: F1, 80 and 7A. RGB value is (241,128,122). Sum of RGB (Red+Green+Blue) = 241+128+122=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1807A is #0E7F85. Grayscale: #A1A1A1. Windows color (decimal): -950150 or 8028401. OLE color: 8028401.

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

Color convert

RGB 241 128 122 -
CMYK 0 0.47 0.49 0.05
HSL 3.03º 0.81% 0.71% -
HSV(B) 3.03º 0.49% 0.95% -
XYZ 47.51 35.54 22.77 -
YUV 161.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 241 128 122 0 0.47 0.49 0.05 3.03 0.81 0.71
Hex F1 80 7A 0 2F 31 5 3 51 47
Octal 361 200 172 0 57 61 5 3 121 107
Binary 11110001 10000000 1111010 0 101111 110001 101 11 1010001 1000111

Color Harmonies of #F1807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1807A

Black with #F1807A

Text Example


Text Example

White with #F1807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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