Html Css Color HEX #F94D60 Radical Red

📋 copy color: '#F94D60'

red 249 ◦ green 77 ◦ blue 96

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

Shades of Radical Red #F94D60

Tints of Radical Red #F94D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 59%
G = 18.25%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F94D60 (or 0xF94D60) is known color: Radical Red. HEX triplet: F9, 4D and 60. RGB value is (249,77,96). Sum of RGB (Red+Green+Blue) = 249+77+96=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D60 is #06B29F. Grayscale: #828282. Windows color (decimal): -438944 or 6311417. OLE color: 6311417.

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

Color convert

RGB 249 77 96 -
CMYK 0 0.69 0.61 0.02
HSL 353.37º 0.93% 0.64% -
HSV(B) 353.37º 0.69% 0.98% -
XYZ 43.83 26.29 13.83 -
YUV 130.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 249 77 96 0 0.69 0.61 0.02 353.37 0.93 0.64
Hex F9 4D 60 0 45 3D 2 161 5D 40
Octal 371 115 140 0 105 75 2 541 135 100
Binary 11111001 1001101 1100000 0 1000101 111101 10 101100001 1011101 1000000

Color Harmonies of #F94D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D60

Black with #F94D60

Text Example


Text Example

White with #F94D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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