Html Css Color HEX #F93460 Radical Red

📋 copy color: '#F93460'

red 249 ◦ green 52 ◦ blue 96

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

Shades of Radical Red #F93460

Tints of Radical Red #F93460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.1%

 BLUE value IS 96 (37.89% from 255) = 24.18%

R = 62.72%
G = 13.1%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F93460 (or 0xF93460) is known color: Radical Red. HEX triplet: F9, 34 and 60. RGB value is (249,52,96). Sum of RGB (Red+Green+Blue) = 249+52+96=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F93460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93460 is #06CB9F. Grayscale: #737373. Windows color (decimal): -445344 or 6305017. OLE color: 6305017.

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

Color convert

RGB 249 52 96 -
CMYK 0 0.79 0.61 0.02
HSL 346.6º 0.94% 0.59% -
HSV(B) 346.6º 0.79% 0.98% -
XYZ 42.41 23.44 13.36 -
YUV 115.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 249 52 96 0 0.79 0.61 0.02 346.6 0.94 0.59
Hex F9 34 60 0 4F 3D 2 15B 5E 3B
Octal 371 64 140 0 117 75 2 533 136 73
Binary 11111001 110100 1100000 0 1001111 111101 10 101011011 1011110 111011

Color Harmonies of #F93460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93460

Black with #F93460

Text Example


Text Example

White with #F93460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93460; }

 p { color: rgb(249,52,96); }

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

background-color css

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

 a { background-color: rgb(249,52,96); }

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

border-color css

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

 span { border-color: rgb(249,52,96); }

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