Html Css Color HEX #F1827B Light Coral

📋 copy color: '#F1827B'

red 241 ◦ green 130 ◦ blue 123

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

Shades of Light Coral #F1827B

Tints of Light Coral #F1827B

RGB

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

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

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

R = 48.79%
G = 26.32%
B = 24.9%

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

#F1827B (or 0xF1827B) is known color: Light Coral. HEX triplet: F1, 82 and 7B. RGB value is (241,130,123). Sum of RGB (Red+Green+Blue) = 241+130+123=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827B is #0E7D84. Grayscale: #A2A2A2. Windows color (decimal): -949637 or 8094449. OLE color: 8094449.

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

Color convert

RGB 241 130 123 -
CMYK 0 0.46 0.49 0.05
HSL 3.56º 0.81% 0.71% -
HSV(B) 3.56º 0.49% 0.95% -
XYZ 47.83 36.1 23.19 -
YUV 162.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 241 130 123 0 0.46 0.49 0.05 3.56 0.81 0.71
Hex F1 82 7B 0 2E 31 5 4 51 47
Octal 361 202 173 0 56 61 5 4 121 107
Binary 11110001 10000010 1111011 0 101110 110001 101 100 1010001 1000111

Color Harmonies of #F1827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1827B

Black with #F1827B

Text Example


Text Example

White with #F1827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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