Html Css Color HEX #F93E5E Radical Red

📋 copy color: '#F93E5E'

red 249 ◦ green 62 ◦ blue 94

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

Shades of Radical Red #F93E5E

Tints of Radical Red #F93E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.31%

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 61.48%
G = 15.31%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F93E5E (or 0xF93E5E) is known color: Radical Red. HEX triplet: F9, 3E and 5E. RGB value is (249,62,94). Sum of RGB (Red+Green+Blue) = 249+62+94=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E5E is #06C1A1. Grayscale: #797979. Windows color (decimal): -442786 or 6176505. OLE color: 6176505.

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

Color convert

RGB 249 62 94 -
CMYK 0 0.75 0.62 0.02
HSL 349.73º 0.94% 0.61% -
HSV(B) 349.73º 0.75% 0.98% -
XYZ 42.81 24.39 13.04 -
YUV 121.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 249 62 94 0 0.75 0.62 0.02 349.73 0.94 0.61
Hex F9 3E 5E 0 4B 3E 2 15E 5E 3D
Octal 371 76 136 0 113 76 2 536 136 75
Binary 11111001 111110 1011110 0 1001011 111110 10 101011110 1011110 111101

Color Harmonies of #F93E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93E5E

Black with #F93E5E

Text Example


Text Example

White with #F93E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93E5E; }

 p { color: rgb(249,62,94); }

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

background-color css

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

 a { background-color: rgb(249,62,94); }

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

border-color css

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

 span { border-color: rgb(249,62,94); }

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