Html Css Color HEX #F1827F Light Coral

📋 copy color: '#F1827F'

red 241 ◦ green 130 ◦ blue 127

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

Shades of Light Coral #F1827F

Tints of Light Coral #F1827F

RGB

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

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

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

R = 48.39%
G = 26.1%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1827F (or 0xF1827F) is known color: Light Coral. HEX triplet: F1, 82 and 7F. RGB value is (241,130,127). Sum of RGB (Red+Green+Blue) = 241+130+127=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1827F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1827F is #0E7D80. Grayscale: #A2A2A2. Windows color (decimal): -949633 or 8356593. OLE color: 8356593.

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

Color convert

RGB 241 130 127 -
CMYK 0 0.46 0.47 0.05
HSL 1.58º 0.8% 0.72% -
HSV(B) 1.58º 0.47% 0.95% -
XYZ 48.09 36.2 24.53 -
YUV 162.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 241 130 127 0 0.46 0.47 0.05 1.58 0.8 0.72
Hex F1 82 7F 0 2E 2F 5 2 50 48
Octal 361 202 177 0 56 57 5 2 120 110
Binary 11110001 10000010 1111111 0 101110 101111 101 10 1010000 1001000

Color Harmonies of #F1827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1827F

Black with #F1827F

Text Example


Text Example

White with #F1827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1827F; }

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

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

background-color css

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

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

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

border-color css

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

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

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