Html Css Color HEX #F93458 Radical Red

📋 copy color: '#F93458'

red 249 ◦ green 52 ◦ blue 88

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

Shades of Radical Red #F93458

Tints of Radical Red #F93458

RGB

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

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

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

R = 64.01%
G = 13.37%
B = 22.62%

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

#F93458 (or 0xF93458) is known color: Radical Red. HEX triplet: F9, 34 and 58. RGB value is (249,52,88). Sum of RGB (Red+Green+Blue) = 249+52+88=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F93458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93458 is #06CBA7. Grayscale: #737373. Windows color (decimal): -445352 or 5780729. OLE color: 5780729.

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

Color convert

RGB 249 52 88 -
CMYK 0 0.79 0.65 0.02
HSL 349.04º 0.94% 0.59% -
HSV(B) 349.04º 0.79% 0.98% -
XYZ 42.06 23.3 11.51 -
YUV 115.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 249 52 88 0 0.79 0.65 0.02 349.04 0.94 0.59
Hex F9 34 58 0 4F 41 2 15D 5E 3B
Octal 371 64 130 0 117 101 2 535 136 73
Binary 11111001 110100 1011000 0 1001111 1000001 10 101011101 1011110 111011

Color Harmonies of #F93458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93458

Black with #F93458

Text Example


Text Example

White with #F93458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93458; }

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

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

background-color css

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

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

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

border-color css

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

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

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