Html Css Color HEX #F94170 Radical Red

📋 copy color: '#F94170'

red 249 ◦ green 65 ◦ blue 112

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

Shades of Radical Red #F94170

Tints of Radical Red #F94170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.26%

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 58.45%
G = 15.26%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F94170 (or 0xF94170) is known color: Radical Red. HEX triplet: F9, 41 and 70. RGB value is (249,65,112). Sum of RGB (Red+Green+Blue) = 249+65+112=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F94170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94170 is #06BE8F. Grayscale: #7D7D7D. Windows color (decimal): -442000 or 7356921. OLE color: 7356921.

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

Color convert

RGB 249 65 112 -
CMYK 0 0.74 0.55 0.02
HSL 344.67º 0.94% 0.62% -
HSV(B) 344.67º 0.74% 0.98% -
XYZ 43.88 25.09 17.86 -
YUV 125.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 249 65 112 0 0.74 0.55 0.02 344.67 0.94 0.62
Hex F9 41 70 0 4A 37 2 159 5E 3E
Octal 371 101 160 0 112 67 2 531 136 76
Binary 11111001 1000001 1110000 0 1001010 110111 10 101011001 1011110 111110

Color Harmonies of #F94170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94170

Black with #F94170

Text Example


Text Example

White with #F94170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94170; }

 p { color: rgb(249,65,112); }

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

background-color css

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

 a { background-color: rgb(249,65,112); }

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

border-color css

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

 span { border-color: rgb(249,65,112); }

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