Html Css Color HEX #F94051 Radical Red

📋 copy color: '#F94051'

red 249 ◦ green 64 ◦ blue 81

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

Shades of Radical Red #F94051

Tints of Radical Red #F94051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 63.2%
G = 16.24%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94051 (or 0xF94051) is known color: Radical Red. HEX triplet: F9, 40 and 51. RGB value is (249,64,81). Sum of RGB (Red+Green+Blue) = 249+64+81=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F94051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94051 is #06BFAE. Grayscale: #797979. Windows color (decimal): -442287 or 5325049. OLE color: 5325049.

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

Color convert

RGB 249 64 81 -
CMYK 0 0.74 0.67 0.02
HSL 354.49º 0.94% 0.61% -
HSV(B) 354.49º 0.74% 0.98% -
XYZ 42.39 24.4 10.26 -
YUV 121.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 249 64 81 0 0.74 0.67 0.02 354.49 0.94 0.61
Hex F9 40 51 0 4A 43 2 162 5E 3D
Octal 371 100 121 0 112 103 2 542 136 75
Binary 11111001 1000000 1010001 0 1001010 1000011 10 101100010 1011110 111101

Color Harmonies of #F94051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94051

Black with #F94051

Text Example


Text Example

White with #F94051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94051; }

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

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

background-color css

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

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

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

border-color css

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

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

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