Html Css Color HEX #F94059 Radical Red

📋 copy color: '#F94059'

red 249 ◦ green 64 ◦ blue 89

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

Shades of Radical Red #F94059

Tints of Radical Red #F94059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 61.94%
G = 15.92%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F94059 (or 0xF94059) is known color: Radical Red. HEX triplet: F9, 40 and 59. RGB value is (249,64,89). Sum of RGB (Red+Green+Blue) = 249+64+89=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F94059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94059 is #06BFA6. Grayscale: #7A7A7A. Windows color (decimal): -442279 or 5849337. OLE color: 5849337.

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

Color convert

RGB 249 64 89 -
CMYK 0 0.74 0.64 0.02
HSL 351.89º 0.94% 0.61% -
HSV(B) 351.89º 0.74% 0.98% -
XYZ 42.7 24.53 11.93 -
YUV 122.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 249 64 89 0 0.74 0.64 0.02 351.89 0.94 0.61
Hex F9 40 59 0 4A 40 2 160 5E 3D
Octal 371 100 131 0 112 100 2 540 136 75
Binary 11111001 1000000 1011001 0 1001010 1000000 10 101100000 1011110 111101

Color Harmonies of #F94059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94059

Black with #F94059

Text Example


Text Example

White with #F94059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94059; }

 p { color: rgb(249,64,89); }

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

background-color css

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

 a { background-color: rgb(249,64,89); }

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

border-color css

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

 span { border-color: rgb(249,64,89); }

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