Html Css Color HEX #F93650 Radical Red

📋 copy color: '#F93650'

red 249 ◦ green 54 ◦ blue 80

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

Shades of Radical Red #F93650

Tints of Radical Red #F93650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 65.01%
G = 14.1%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F93650 (or 0xF93650) is known color: Radical Red. HEX triplet: F9, 36 and 50. RGB value is (249,54,80). Sum of RGB (Red+Green+Blue) = 249+54+80=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93650 is #06C9AF. Grayscale: #737373. Windows color (decimal): -444848 or 5256953. OLE color: 5256953.

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

Color convert

RGB 249 54 80 -
CMYK 0 0.78 0.68 0.02
HSL 352º 0.94% 0.59% -
HSV(B) 352º 0.78% 0.98% -
XYZ 41.83 23.36 9.89 -
YUV 115.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 249 54 80 0 0.78 0.68 0.02 352 0.94 0.59
Hex F9 36 50 0 4E 44 2 160 5E 3B
Octal 371 66 120 0 116 104 2 540 136 73
Binary 11111001 110110 1010000 0 1001110 1000100 10 101100000 1011110 111011

Color Harmonies of #F93650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93650

Black with #F93650

Text Example


Text Example

White with #F93650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93650; }

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

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

background-color css

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

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

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

border-color css

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

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

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