Html Css Color HEX #F94150 Radical Red

📋 copy color: '#F94150'

red 249 ◦ green 65 ◦ blue 80

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

Shades of Radical Red #F94150

Tints of Radical Red #F94150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 63.2%
G = 16.5%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#F94150 (or 0xF94150) is known color: Radical Red. HEX triplet: F9, 41 and 50. RGB value is (249,65,80). Sum of RGB (Red+Green+Blue) = 249+65+80=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F94150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94150 is #06BEAF. Grayscale: #797979. Windows color (decimal): -442032 or 5259769. OLE color: 5259769.

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

Color convert

RGB 249 65 80 -
CMYK 0 0.74 0.68 0.02
HSL 355.11º 0.94% 0.62% -
HSV(B) 355.11º 0.74% 0.98% -
XYZ 42.41 24.5 10.08 -
YUV 121.73 104.46 218.78 -
System Red Green Blue C M Y K H S L
Decimal 249 65 80 0 0.74 0.68 0.02 355.11 0.94 0.62
Hex F9 41 50 0 4A 44 2 163 5E 3E
Octal 371 101 120 0 112 104 2 543 136 76
Binary 11111001 1000001 1010000 0 1001010 1000100 10 101100011 1011110 111110

Color Harmonies of #F94150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94150

Black with #F94150

Text Example


Text Example

White with #F94150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94150; }

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

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

background-color css

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

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

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

border-color css

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

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

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