Html Css Color HEX #F93B55 Radical Red

📋 copy color: '#F93B55'

red 249 ◦ green 59 ◦ blue 85

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

Shades of Radical Red #F93B55

Tints of Radical Red #F93B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 63.36%
G = 15.01%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F93B55 (or 0xF93B55) is known color: Radical Red. HEX triplet: F9, 3B and 55. RGB value is (249,59,85). Sum of RGB (Red+Green+Blue) = 249+59+85=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93B55 is #06C4AA. Grayscale: #767676. Windows color (decimal): -443563 or 5585913. OLE color: 5585913.

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

Color convert

RGB 249 59 85 -
CMYK 0 0.76 0.66 0.02
HSL 351.79º 0.94% 0.6% -
HSV(B) 351.79º 0.76% 0.98% -
XYZ 42.27 23.92 10.98 -
YUV 118.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 249 59 85 0 0.76 0.66 0.02 351.79 0.94 0.6
Hex F9 3B 55 0 4C 42 2 160 5E 3C
Octal 371 73 125 0 114 102 2 540 136 74
Binary 11111001 111011 1010101 0 1001100 1000010 10 101100000 1011110 111100

Color Harmonies of #F93B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B55

Black with #F93B55

Text Example


Text Example

White with #F93B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B55; }

 p { color: rgb(249,59,85); }

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

background-color css

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

 a { background-color: rgb(249,59,85); }

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

border-color css

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

 span { border-color: rgb(249,59,85); }

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