Html Css Color HEX #F54240 Coral Red

📋 copy color: '#F54240'

red 245 ◦ green 66 ◦ blue 64

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

Shades of Coral Red #F54240

Tints of Coral Red #F54240

RGB

 RED value IS 245 (96.09% from 255) = 65.33%

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 65.33%
G = 17.6%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F54240 (or 0xF54240) is known color: Coral Red. HEX triplet: F5, 42 and 40. RGB value is (245,66,64). Sum of RGB (Red+Green+Blue) = 245+66+64=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F54240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54240 is #0ABDBF. Grayscale: #777777. Windows color (decimal): -703936 or 4211445. OLE color: 4211445.

HSL color Cylindrical-coordinate representation of color #F54240: hue angle of 0.66º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54240 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 66 64 -
CMYK 0 0.73 0.74 0.04
HSL 0.66º 0.9% 0.61% -
HSV(B) 0.66º 0.74% 0.96% -
XYZ 40.53 23.68 7.28 -
YUV 119.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 245 66 64 0 0.73 0.74 0.04 0.66 0.9 0.61
Hex F5 42 40 0 49 4A 4 1 5A 3D
Octal 365 102 100 0 111 112 4 1 132 75
Binary 11110101 1000010 1000000 0 1001001 1001010 100 1 1011010 111101

Color Harmonies of #F54240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54240

Black with #F54240

Text Example


Text Example

White with #F54240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54240; }

 p { color: rgb(245,66,64); }

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

background-color css

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

 a { background-color: rgb(245,66,64); }

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

border-color css

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

 span { border-color: rgb(245,66,64); }

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