Html Css Color HEX #F93570 Radical Red

📋 copy color: '#F93570'

red 249 ◦ green 53 ◦ blue 112

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

Shades of Radical Red #F93570

Tints of Radical Red #F93570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 60.14%
G = 12.8%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F93570 (or 0xF93570) is known color: Radical Red. HEX triplet: F9, 35 and 70. RGB value is (249,53,112). Sum of RGB (Red+Green+Blue) = 249+53+112=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F93570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93570 is #06CA8F. Grayscale: #767676. Windows color (decimal): -445072 or 7353849. OLE color: 7353849.

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

Color convert

RGB 249 53 112 -
CMYK 0 0.79 0.55 0.02
HSL 341.94º 0.94% 0.59% -
HSV(B) 341.94º 0.79% 0.98% -
XYZ 43.26 23.86 17.65 -
YUV 118.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 249 53 112 0 0.79 0.55 0.02 341.94 0.94 0.59
Hex F9 35 70 0 4F 37 2 156 5E 3B
Octal 371 65 160 0 117 67 2 526 136 73
Binary 11111001 110101 1110000 0 1001111 110111 10 101010110 1011110 111011

Color Harmonies of #F93570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93570

Black with #F93570

Text Example


Text Example

White with #F93570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93570; }

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

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

background-color css

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

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

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

border-color css

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

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

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