Html Css Color HEX #F94140 Coral Red

📋 copy color: '#F94140'

red 249 ◦ green 65 ◦ blue 64

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

Shades of Coral Red #F94140

Tints of Coral Red #F94140

RGB

 RED value IS 249 (97.66% from 255) = 65.87%

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 65.87%
G = 17.2%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#F94140 (or 0xF94140) is known color: Coral Red. HEX triplet: F9, 41 and 40. RGB value is (249,65,64). Sum of RGB (Red+Green+Blue) = 249+65+64=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F94140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94140 is #06BEBF. Grayscale: #787878. Windows color (decimal): -442048 or 4211193. OLE color: 4211193.

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

Color convert

RGB 249 65 64 -
CMYK 0 0.74 0.74 0.02
HSL 0.32º 0.94% 0.61% -
HSV(B) 0.32º 0.74% 0.98% -
XYZ 41.88 24.29 7.33 -
YUV 119.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 249 65 64 0 0.74 0.74 0.02 0.32 0.94 0.61
Hex F9 41 40 0 4A 4A 2 0 5E 3D
Octal 371 101 100 0 112 112 2 0 136 75
Binary 11111001 1000001 1000000 0 1001010 1001010 10 0 1011110 111101

Color Harmonies of #F94140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94140

Black with #F94140

Text Example


Text Example

White with #F94140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94140; }

 p { color: rgb(249,65,64); }

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

background-color css

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

 a { background-color: rgb(249,65,64); }

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

border-color css

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

 span { border-color: rgb(249,65,64); }

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