Html Css Color HEX #F93558 Radical Red

📋 copy color: '#F93558'

red 249 ◦ green 53 ◦ blue 88

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

Shades of Radical Red #F93558

Tints of Radical Red #F93558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.56%

R = 63.85%
G = 13.59%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F93558 (or 0xF93558) is known color: Radical Red. HEX triplet: F9, 35 and 58. RGB value is (249,53,88). Sum of RGB (Red+Green+Blue) = 249+53+88=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F93558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93558 is #06CAA7. Grayscale: #737373. Windows color (decimal): -445096 or 5780985. OLE color: 5780985.

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

Color convert

RGB 249 53 88 -
CMYK 0 0.79 0.65 0.02
HSL 349.29º 0.94% 0.59% -
HSV(B) 349.29º 0.79% 0.98% -
XYZ 42.1 23.39 11.53 -
YUV 115.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 249 53 88 0 0.79 0.65 0.02 349.29 0.94 0.59
Hex F9 35 58 0 4F 41 2 15D 5E 3B
Octal 371 65 130 0 117 101 2 535 136 73
Binary 11111001 110101 1011000 0 1001111 1000001 10 101011101 1011110 111011

Color Harmonies of #F93558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93558

Black with #F93558

Text Example


Text Example

White with #F93558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93558; }

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

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

background-color css

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

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

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

border-color css

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

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

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