Html Css Color HEX #F94D5D Radical Red

📋 copy color: '#F94D5D'

red 249 ◦ green 77 ◦ blue 93

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

Shades of Radical Red #F94D5D

Tints of Radical Red #F94D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 59.43%
G = 18.38%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F94D5D (or 0xF94D5D) is known color: Radical Red. HEX triplet: F9, 4D and 5D. RGB value is (249,77,93). Sum of RGB (Red+Green+Blue) = 249+77+93=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D5D is #06B2A2. Grayscale: #828282. Windows color (decimal): -438947 or 6114809. OLE color: 6114809.

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

Color convert

RGB 249 77 93 -
CMYK 0 0.69 0.63 0.02
HSL 354.42º 0.93% 0.64% -
HSV(B) 354.42º 0.69% 0.98% -
XYZ 43.7 26.24 13.12 -
YUV 130.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 249 77 93 0 0.69 0.63 0.02 354.42 0.93 0.64
Hex F9 4D 5D 0 45 3F 2 162 5D 40
Octal 371 115 135 0 105 77 2 542 135 100
Binary 11111001 1001101 1011101 0 1000101 111111 10 101100010 1011101 1000000

Color Harmonies of #F94D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D5D

Black with #F94D5D

Text Example


Text Example

White with #F94D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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