Html Css Color HEX #F94143 Radical Red

📋 copy color: '#F94143'

red 249 ◦ green 65 ◦ blue 67

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

Shades of Radical Red #F94143

Tints of Radical Red #F94143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.59%

R = 65.35%
G = 17.06%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F94143 (or 0xF94143) is known color: Radical Red. HEX triplet: F9, 41 and 43. RGB value is (249,65,67). Sum of RGB (Red+Green+Blue) = 249+65+67=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F94143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94143 is #06BEBC. Grayscale: #787878. Windows color (decimal): -442045 or 4407801. OLE color: 4407801.

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

Color convert

RGB 249 65 67 -
CMYK 0 0.74 0.73 0.02
HSL 359.35º 0.94% 0.62% -
HSV(B) 359.35º 0.74% 0.98% -
XYZ 41.97 24.33 7.79 -
YUV 120.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 249 65 67 0 0.74 0.73 0.02 359.35 0.94 0.62
Hex F9 41 43 0 4A 49 2 167 5E 3E
Octal 371 101 103 0 112 111 2 547 136 76
Binary 11111001 1000001 1000011 0 1001010 1001001 10 101100111 1011110 111110

Color Harmonies of #F94143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94143

Black with #F94143

Text Example


Text Example

White with #F94143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94143; }

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

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

background-color css

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

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

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

border-color css

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

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

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