#F93670

Color #F93670 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #F93670

Tints of Radical Red #F93670

Color information

#F93670 (or 0xF93670) is unknown color: approx Radical Red. HEX triplet: F9, 36 and 70. RGB value is (249,54,112). Sum of RGB (Red+Green+Blue) = 249+54+112=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F93670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93670 is #06C98F. Grayscale: #767676. Windows color (decimal): -444816 or 7354105. OLE color: 7354105.

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

Color convert

RGB24954112-
CMYK00.780.550.02
HSL342.15º94.2%59.41%-
HSV(B)342.15º78.31%97.65%-
XYZ43.3123.9517.67-
YUV118.92124.1220.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=60%
G=13.01%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495411200.780.550.02342.1594.259.41
HexF9367004E3721565e3b
Octal37166160011667252613673
Binary11111001110110111000001001110110111101010101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93670; }

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

 H1.HeaderClassName
 {
   color: #F93670;
 }
 .AnyTagClassName
 {
   color: #F93670;
 }
</style>
background-color css

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

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

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

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

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

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