Html Css Color HEX #F94D52 Radical Red

📋 copy color: '#F94D52'

red 249 ◦ green 77 ◦ blue 82

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

Shades of Radical Red #F94D52

Tints of Radical Red #F94D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 61.03%
G = 18.87%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F94D52 (or 0xF94D52) is known color: Radical Red. HEX triplet: F9, 4D and 52. RGB value is (249,77,82). Sum of RGB (Red+Green+Blue) = 249+77+82=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D52 is #06B2AD. Grayscale: #818181. Windows color (decimal): -438958 or 5393913. OLE color: 5393913.

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

Color convert

RGB 249 77 82 -
CMYK 0 0.69 0.67 0.02
HSL 358.26º 0.93% 0.64% -
HSV(B) 358.26º 0.69% 0.98% -
XYZ 43.24 26.06 10.73 -
YUV 129 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 249 77 82 0 0.69 0.67 0.02 358.26 0.93 0.64
Hex F9 4D 52 0 45 43 2 166 5D 40
Octal 371 115 122 0 105 103 2 546 135 100
Binary 11111001 1001101 1010010 0 1000101 1000011 10 101100110 1011101 1000000

Color Harmonies of #F94D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D52

Black with #F94D52

Text Example


Text Example

White with #F94D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D52; }

 p { color: rgb(249,77,82); }

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

background-color css

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

 a { background-color: rgb(249,77,82); }

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

border-color css

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

 span { border-color: rgb(249,77,82); }

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