Html Css Color HEX #F1847F Light Coral

📋 copy color: '#F1847F'

red 241 ◦ green 132 ◦ blue 127

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

Shades of Light Coral #F1847F

Tints of Light Coral #F1847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

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

R = 48.2%
G = 26.4%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1847F (or 0xF1847F) is known color: Light Coral. HEX triplet: F1, 84 and 7F. RGB value is (241,132,127). Sum of RGB (Red+Green+Blue) = 241+132+127=500 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 241 - color contains mainly: red. Hex color #F1847F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1847F is #0E7B80. Grayscale: #A4A4A4. Windows color (decimal): -949121 or 8357105. OLE color: 8357105.

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

Color convert

RGB 241 132 127 -
CMYK 0 0.45 0.47 0.05
HSL 2.63º 0.8% 0.72% -
HSV(B) 2.63º 0.47% 0.95% -
XYZ 48.36 36.74 24.62 -
YUV 164.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 241 132 127 0 0.45 0.47 0.05 2.63 0.8 0.72
Hex F1 84 7F 0 2D 2F 5 3 50 48
Octal 361 204 177 0 55 57 5 3 120 110
Binary 11110001 10000100 1111111 0 101101 101111 101 11 1010000 1001000

Color Harmonies of #F1847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1847F

Black with #F1847F

Text Example


Text Example

White with #F1847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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