Html Css Color HEX #F1827A Light Coral

📋 copy color: '#F1827A'

red 241 ◦ green 130 ◦ blue 122

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

Shades of Light Coral #F1827A

Tints of Light Coral #F1827A

RGB

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

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

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

R = 48.88%
G = 26.37%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1827A (or 0xF1827A) is known color: Light Coral. HEX triplet: F1, 82 and 7A. RGB value is (241,130,122). Sum of RGB (Red+Green+Blue) = 241+130+122=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827A is #0E7D85. Grayscale: #A2A2A2. Windows color (decimal): -949638 or 8028913. OLE color: 8028913.

HSL color Cylindrical-coordinate representation of color #F1827A: hue angle of 4.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 #F1827A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 130 122 -
CMYK 0 0.46 0.49 0.05
HSL 4.03º 0.81% 0.71% -
HSV(B) 4.03º 0.49% 0.95% -
XYZ 47.77 36.07 22.86 -
YUV 162.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 241 130 122 0 0.46 0.49 0.05 4.03 0.81 0.71
Hex F1 82 7A 0 2E 31 5 4 51 47
Octal 361 202 172 0 56 61 5 4 121 107
Binary 11110001 10000010 1111010 0 101110 110001 101 100 1010001 1000111

Color Harmonies of #F1827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1827A

Black with #F1827A

Text Example


Text Example

White with #F1827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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