Html Css Color HEX #FE4241 Coral Red

📋 copy color: '#FE4241'

red 254 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #FE4241

Tints of Coral Red #FE4241

RGB

 RED value IS 254 (99.61% from 255) = 65.97%

 GREEN value IS 66 (26.17% from 255) = 17.14%

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 65.97%
G = 17.14%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE4241 (or 0xFE4241) is known color: Coral Red. HEX triplet: FE, 42 and 41. RGB value is (254,66,65). Sum of RGB (Red+Green+Blue) = 254+66+65=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4241 is #01BDBE. Grayscale: #7A7A7A. Windows color (decimal): -114111 or 4276990. OLE color: 4276990.

HSL color Cylindrical-coordinate representation of color #FE4241: hue angle of 0.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4241 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 66 65 -
CMYK 0 0.74 0.74 0.00
HSL 0.32º 0.99% 0.63% -
HSV(B) 0.32º 0.74% 1% -
XYZ 43.78 25.35 7.59 -
YUV 122.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 254 66 65 0 0.74 0.74 0.00 0.32 0.99 0.63
Hex FE 42 41 0 4A 4A 0 0 63 3F
Octal 376 102 101 0 112 112 0 0 143 77
Binary 11111110 1000010 1000001 0 1001010 1001010 0 0 1100011 111111

Color Harmonies of #FE4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4241

Black with #FE4241

Text Example


Text Example

White with #FE4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4241; }

 p { color: rgb(254,66,65); }

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

background-color css

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

 a { background-color: rgb(254,66,65); }

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

border-color css

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

 span { border-color: rgb(254,66,65); }

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