Html Css Color HEX #F54242 Coral Red

📋 copy color: '#F54242'

red 245 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #F54242

Tints of Coral Red #F54242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.51%

R = 64.99%
G = 17.51%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F54242 (or 0xF54242) is known color: Coral Red. HEX triplet: F5, 42 and 42. RGB value is (245,66,66). Sum of RGB (Red+Green+Blue) = 245+66+66=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F54242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54242 is #0ABDBD. Grayscale: #777777. Windows color (decimal): -703934 or 4342517. OLE color: 4342517.

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

Color convert

RGB 245 66 66 -
CMYK 0 0.73 0.73 0.04
HSL 0.9% 0.61% -
HSV(B) 0.73% 0.96% -
XYZ 40.59 23.7 7.59 -
YUV 119.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 245 66 66 0 0.73 0.73 0.04 0 0.9 0.61
Hex F5 42 42 0 49 49 4 0 5A 3D
Octal 365 102 102 0 111 111 4 0 132 75
Binary 11110101 1000010 1000010 0 1001001 1001001 100 0 1011010 111101

Color Harmonies of #F54242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54242

Black with #F54242

Text Example


Text Example

White with #F54242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54242; }

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

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

background-color css

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

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

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

border-color css

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

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

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