Html Css Color HEX #F94154 Radical Red

📋 copy color: '#F94154'

red 249 ◦ green 65 ◦ blue 84

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

Shades of Radical Red #F94154

Tints of Radical Red #F94154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 62.56%
G = 16.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F94154 (or 0xF94154) is known color: Radical Red. HEX triplet: F9, 41 and 54. RGB value is (249,65,84). Sum of RGB (Red+Green+Blue) = 249+65+84=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F94154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94154 is #06BEAB. Grayscale: #7A7A7A. Windows color (decimal): -442028 or 5521913. OLE color: 5521913.

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

Color convert

RGB 249 65 84 -
CMYK 0 0.74 0.66 0.02
HSL 353.8º 0.94% 0.62% -
HSV(B) 353.8º 0.74% 0.98% -
XYZ 42.56 24.56 10.89 -
YUV 122.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 249 65 84 0 0.74 0.66 0.02 353.8 0.94 0.62
Hex F9 41 54 0 4A 42 2 162 5E 3E
Octal 371 101 124 0 112 102 2 542 136 76
Binary 11111001 1000001 1010100 0 1001010 1000010 10 101100010 1011110 111110

Color Harmonies of #F94154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94154

Black with #F94154

Text Example


Text Example

White with #F94154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94154; }

 p { color: rgb(249,65,84); }

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

background-color css

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

 a { background-color: rgb(249,65,84); }

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

border-color css

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

 span { border-color: rgb(249,65,84); }

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