Html Css Color HEX #F94259 Radical Red

📋 copy color: '#F94259'

red 249 ◦ green 66 ◦ blue 89

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

Shades of Radical Red #F94259

Tints of Radical Red #F94259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.34%

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

R = 61.63%
G = 16.34%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F94259 (or 0xF94259) is known color: Radical Red. HEX triplet: F9, 42 and 59. RGB value is (249,66,89). Sum of RGB (Red+Green+Blue) = 249+66+89=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F94259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94259 is #06BDA6. Grayscale: #7B7B7B. Windows color (decimal): -441767 or 5849849. OLE color: 5849849.

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

Color convert

RGB 249 66 89 -
CMYK 0 0.73 0.64 0.02
HSL 352.46º 0.94% 0.62% -
HSV(B) 352.46º 0.73% 0.98% -
XYZ 42.82 24.76 11.97 -
YUV 123.34 108.63 217.63 -
System Red Green Blue C M Y K H S L
Decimal 249 66 89 0 0.73 0.64 0.02 352.46 0.94 0.62
Hex F9 42 59 0 49 40 2 160 5E 3E
Octal 371 102 131 0 111 100 2 540 136 76
Binary 11111001 1000010 1011001 0 1001001 1000000 10 101100000 1011110 111110

Color Harmonies of #F94259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94259

Black with #F94259

Text Example


Text Example

White with #F94259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94259; }

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

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

background-color css

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

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

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

border-color css

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

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

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