Html Css Color HEX #F93553 Radical Red

📋 copy color: '#F93553'

red 249 ◦ green 53 ◦ blue 83

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

Shades of Radical Red #F93553

Tints of Radical Red #F93553

RGB

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

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

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

R = 64.68%
G = 13.77%
B = 21.56%

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

#F93553 (or 0xF93553) is known color: Radical Red. HEX triplet: F9, 35 and 53. RGB value is (249,53,83). Sum of RGB (Red+Green+Blue) = 249+53+83=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F93553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93553 is #06CAAC. Grayscale: #737373. Windows color (decimal): -445101 or 5453305. OLE color: 5453305.

HSL color Cylindrical-coordinate representation of color #F93553: hue angle of 350.82º 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 #F93553 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 53 83 -
CMYK 0 0.79 0.67 0.02
HSL 350.82º 0.94% 0.59% -
HSV(B) 350.82º 0.79% 0.98% -
XYZ 41.9 23.31 10.47 -
YUV 115.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 249 53 83 0 0.79 0.67 0.02 350.82 0.94 0.59
Hex F9 35 53 0 4F 43 2 15F 5E 3B
Octal 371 65 123 0 117 103 2 537 136 73
Binary 11111001 110101 1010011 0 1001111 1000011 10 101011111 1011110 111011

Color Harmonies of #F93553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93553

Black with #F93553

Text Example


Text Example

White with #F93553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93553; }

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

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

background-color css

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

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

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

border-color css

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

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

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