Html Css Color HEX #F93551 Radical Red

📋 copy color: '#F93551'

red 249 ◦ green 53 ◦ blue 81

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

Shades of Radical Red #F93551

Tints of Radical Red #F93551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.84%

 BLUE value IS 81 (32.03% from 255) = 21.15%

R = 65.01%
G = 13.84%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F93551 (or 0xF93551) is known color: Radical Red. HEX triplet: F9, 35 and 51. RGB value is (249,53,81). Sum of RGB (Red+Green+Blue) = 249+53+81=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93551 is #06CAAE. Grayscale: #727272. Windows color (decimal): -445103 or 5322233. OLE color: 5322233.

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

Color convert

RGB 249 53 81 -
CMYK 0 0.79 0.67 0.02
HSL 351.43º 0.94% 0.59% -
HSV(B) 351.43º 0.79% 0.98% -
XYZ 41.83 23.28 10.07 -
YUV 114.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 249 53 81 0 0.79 0.67 0.02 351.43 0.94 0.59
Hex F9 35 51 0 4F 43 2 15F 5E 3B
Octal 371 65 121 0 117 103 2 537 136 73
Binary 11111001 110101 1010001 0 1001111 1000011 10 101011111 1011110 111011

Color Harmonies of #F93551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93551

Black with #F93551

Text Example


Text Example

White with #F93551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93551; }

 p { color: rgb(249,53,81); }

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

background-color css

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

 a { background-color: rgb(249,53,81); }

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

border-color css

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

 span { border-color: rgb(249,53,81); }

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