Html Css Color HEX #F94465 Radical Red

📋 copy color: '#F94465'

red 249 ◦ green 68 ◦ blue 101

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

Shades of Radical Red #F94465

Tints of Radical Red #F94465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

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

R = 59.57%
G = 16.27%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F94465 (or 0xF94465) is known color: Radical Red. HEX triplet: F9, 44 and 65. RGB value is (249,68,101). Sum of RGB (Red+Green+Blue) = 249+68+101=418 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.57% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 249 - color contains mainly: red. Hex color #F94465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94465 is #06BB9A. Grayscale: #7D7D7D. Windows color (decimal): -441243 or 6636793. OLE color: 6636793.

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

Color convert

RGB 249 68 101 -
CMYK 0 0.73 0.59 0.02
HSL 349.06º 0.94% 0.62% -
HSV(B) 349.06º 0.73% 0.98% -
XYZ 43.48 25.21 14.89 -
YUV 125.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 249 68 101 0 0.73 0.59 0.02 349.06 0.94 0.62
Hex F9 44 65 0 49 3B 2 15D 5E 3E
Octal 371 104 145 0 111 73 2 535 136 76
Binary 11111001 1000100 1100101 0 1001001 111011 10 101011101 1011110 111110

Color Harmonies of #F94465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94465

Black with #F94465

Text Example


Text Example

White with #F94465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94465; }

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

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

background-color css

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

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

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

border-color css

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

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

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