Html Css Color HEX #F94353 Radical Red

📋 copy color: '#F94353'

red 249 ◦ green 67 ◦ blue 83

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

Shades of Radical Red #F94353

Tints of Radical Red #F94353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 62.41%
G = 16.79%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94353 (or 0xF94353) is known color: Radical Red. HEX triplet: F9, 43 and 53. RGB value is (249,67,83). Sum of RGB (Red+Green+Blue) = 249+67+83=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F94353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94353 is #06BCAC. Grayscale: #7B7B7B. Windows color (decimal): -441517 or 5456889. OLE color: 5456889.

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

Color convert

RGB 249 67 83 -
CMYK 0 0.73 0.67 0.02
HSL 354.73º 0.94% 0.62% -
HSV(B) 354.73º 0.73% 0.98% -
XYZ 42.64 24.78 10.72 -
YUV 123.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 249 67 83 0 0.73 0.67 0.02 354.73 0.94 0.62
Hex F9 43 53 0 49 43 2 163 5E 3E
Octal 371 103 123 0 111 103 2 543 136 76
Binary 11111001 1000011 1010011 0 1001001 1000011 10 101100011 1011110 111110

Color Harmonies of #F94353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94353

Black with #F94353

Text Example


Text Example

White with #F94353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94353; }

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

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

background-color css

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

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

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

border-color css

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

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

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