Html Css Color HEX #F93750 Radical Red

📋 copy color: '#F93750'

red 249 ◦ green 55 ◦ blue 80

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

Shades of Radical Red #F93750

Tints of Radical Red #F93750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 64.84%
G = 14.32%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F93750 (or 0xF93750) is known color: Radical Red. HEX triplet: F9, 37 and 50. RGB value is (249,55,80). Sum of RGB (Red+Green+Blue) = 249+55+80=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F93750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93750 is #06C8AF. Grayscale: #737373. Windows color (decimal): -444592 or 5257209. OLE color: 5257209.

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

Color convert

RGB 249 55 80 -
CMYK 0 0.78 0.68 0.02
HSL 352.27º 0.94% 0.6% -
HSV(B) 352.27º 0.78% 0.98% -
XYZ 41.88 23.45 9.91 -
YUV 115.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 249 55 80 0 0.78 0.68 0.02 352.27 0.94 0.6
Hex F9 37 50 0 4E 44 2 160 5E 3C
Octal 371 67 120 0 116 104 2 540 136 74
Binary 11111001 110111 1010000 0 1001110 1000100 10 101100000 1011110 111100

Color Harmonies of #F93750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93750

Black with #F93750

Text Example


Text Example

White with #F93750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93750; }

 p { color: rgb(249,55,80); }

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

background-color css

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

 a { background-color: rgb(249,55,80); }

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

border-color css

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

 span { border-color: rgb(249,55,80); }

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