Html Css Color HEX #F94E5D Radical Red

📋 copy color: '#F94E5D'

red 249 ◦ green 78 ◦ blue 93

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

Shades of Radical Red #F94E5D

Tints of Radical Red #F94E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.57%

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

R = 59.29%
G = 18.57%
B = 22.14%

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

#F94E5D (or 0xF94E5D) is known color: Radical Red. HEX triplet: F9, 4E and 5D. RGB value is (249,78,93). Sum of RGB (Red+Green+Blue) = 249+78+93=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F94E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94E5D is #06B1A2. Grayscale: #828282. Windows color (decimal): -438691 or 6115065. OLE color: 6115065.

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

Color convert

RGB 249 78 93 -
CMYK 0 0.69 0.63 0.02
HSL 354.74º 0.93% 0.64% -
HSV(B) 354.74º 0.69% 0.98% -
XYZ 43.77 26.38 13.14 -
YUV 130.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 249 78 93 0 0.69 0.63 0.02 354.74 0.93 0.64
Hex F9 4E 5D 0 45 3F 2 163 5D 40
Octal 371 116 135 0 105 77 2 543 135 100
Binary 11111001 1001110 1011101 0 1000101 111111 10 101100011 1011101 1000000

Color Harmonies of #F94E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94E5D

Black with #F94E5D

Text Example


Text Example

White with #F94E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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