Html Css Color HEX #F94965 Radical Red

📋 copy color: '#F94965'

red 249 ◦ green 73 ◦ blue 101

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

Shades of Radical Red #F94965

Tints of Radical Red #F94965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 101 (39.84% from 255) = 23.88%

R = 58.87%
G = 17.26%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F94965 (or 0xF94965) is known color: Radical Red. HEX triplet: F9, 49 and 65. RGB value is (249,73,101). Sum of RGB (Red+Green+Blue) = 249+73+101=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F94965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94965 is #06B69A. Grayscale: #808080. Windows color (decimal): -439963 or 6638073. OLE color: 6638073.

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

Color convert

RGB 249 73 101 -
CMYK 0 0.71 0.59 0.02
HSL 350.45º 0.94% 0.63% -
HSV(B) 350.45º 0.71% 0.98% -
XYZ 43.8 25.84 14.99 -
YUV 128.82 112.31 213.72 -
System Red Green Blue C M Y K H S L
Decimal 249 73 101 0 0.71 0.59 0.02 350.45 0.94 0.63
Hex F9 49 65 0 47 3B 2 15E 5E 3F
Octal 371 111 145 0 107 73 2 536 136 77
Binary 11111001 1001001 1100101 0 1000111 111011 10 101011110 1011110 111111

Color Harmonies of #F94965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94965

Black with #F94965

Text Example


Text Example

White with #F94965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94965; }

 p { color: rgb(249,73,101); }

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

background-color css

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

 a { background-color: rgb(249,73,101); }

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

border-color css

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

 span { border-color: rgb(249,73,101); }

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