Html Css Color HEX #F94748 Radical Red

📋 copy color: '#F94748'

red 249 ◦ green 71 ◦ blue 72

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

Shades of Radical Red #F94748

Tints of Radical Red #F94748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

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

R = 63.52%
G = 18.11%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#F94748 (or 0xF94748) is known color: Radical Red. HEX triplet: F9, 47 and 48. RGB value is (249,71,72). Sum of RGB (Red+Green+Blue) = 249+71+72=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F94748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94748 is #06B8B7. Grayscale: #7C7C7C. Windows color (decimal): -440504 or 4737017. OLE color: 4737017.

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

Color convert

RGB 249 71 72 -
CMYK 0 0.71 0.71 0.02
HSL 359.66º 0.94% 0.63% -
HSV(B) 359.66º 0.71% 0.98% -
XYZ 42.49 25.11 8.74 -
YUV 124.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 249 71 72 0 0.71 0.71 0.02 359.66 0.94 0.63
Hex F9 47 48 0 47 47 2 168 5E 3F
Octal 371 107 110 0 107 107 2 550 136 77
Binary 11111001 1000111 1001000 0 1000111 1000111 10 101101000 1011110 111111

Color Harmonies of #F94748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94748

Black with #F94748

Text Example


Text Example

White with #F94748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94748; }

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

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

background-color css

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

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

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

border-color css

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

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

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