Html Css Color HEX #F93560 Radical Red

📋 copy color: '#F93560'

red 249 ◦ green 53 ◦ blue 96

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

Shades of Radical Red #F93560

Tints of Radical Red #F93560

RGB

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

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

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

R = 62.56%
G = 13.32%
B = 24.12%

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

#F93560 (or 0xF93560) is known color: Radical Red. HEX triplet: F9, 35 and 60. RGB value is (249,53,96). Sum of RGB (Red+Green+Blue) = 249+53+96=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F93560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93560 is #06CA9F. Grayscale: #747474. Windows color (decimal): -445088 or 6305273. OLE color: 6305273.

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

Color convert

RGB 249 53 96 -
CMYK 0 0.79 0.61 0.02
HSL 346.84º 0.94% 0.59% -
HSV(B) 346.84º 0.79% 0.98% -
XYZ 42.45 23.53 13.37 -
YUV 116.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 249 53 96 0 0.79 0.61 0.02 346.84 0.94 0.59
Hex F9 35 60 0 4F 3D 2 15B 5E 3B
Octal 371 65 140 0 117 75 2 533 136 73
Binary 11111001 110101 1100000 0 1001111 111101 10 101011011 1011110 111011

Color Harmonies of #F93560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93560

Black with #F93560

Text Example


Text Example

White with #F93560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93560; }

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

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

background-color css

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

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

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

border-color css

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

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

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