Html Css Color HEX #F94448 Radical Red

📋 copy color: '#F94448'

red 249 ◦ green 68 ◦ blue 72

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

Shades of Radical Red #F94448

Tints of Radical Red #F94448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 72 (28.52% from 255) = 18.51%

R = 64.01%
G = 17.48%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F94448 (or 0xF94448) is known color: Radical Red. HEX triplet: F9, 44 and 48. RGB value is (249,68,72). Sum of RGB (Red+Green+Blue) = 249+68+72=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F94448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94448 is #06BBB7. Grayscale: #7A7A7A. Windows color (decimal): -441272 or 4736249. OLE color: 4736249.

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

Color convert

RGB 249 68 72 -
CMYK 0 0.73 0.71 0.02
HSL 358.67º 0.94% 0.62% -
HSV(B) 358.67º 0.73% 0.98% -
XYZ 42.3 24.74 8.68 -
YUV 122.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 249 68 72 0 0.73 0.71 0.02 358.67 0.94 0.62
Hex F9 44 48 0 49 47 2 167 5E 3E
Octal 371 104 110 0 111 107 2 547 136 76
Binary 11111001 1000100 1001000 0 1001001 1000111 10 101100111 1011110 111110

Color Harmonies of #F94448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94448

Black with #F94448

Text Example


Text Example

White with #F94448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94448; }

 p { color: rgb(249,68,72); }

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

background-color css

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

 a { background-color: rgb(249,68,72); }

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

border-color css

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

 span { border-color: rgb(249,68,72); }

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