Html Css Color HEX #F9416C Radical Red

📋 copy color: '#F9416C'

red 249 ◦ green 65 ◦ blue 108

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

Shades of Radical Red #F9416C

Tints of Radical Red #F9416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 59%
G = 15.4%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9416C (or 0xF9416C) is known color: Radical Red. HEX triplet: F9, 41 and 6C. RGB value is (249,65,108). Sum of RGB (Red+Green+Blue) = 249+65+108=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F9416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9416C is #06BE93. Grayscale: #7C7C7C. Windows color (decimal): -442004 or 7094777. OLE color: 7094777.

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

Color convert

RGB 249 65 108 -
CMYK 0 0.74 0.57 0.02
HSL 345.98º 0.94% 0.62% -
HSV(B) 345.98º 0.74% 0.98% -
XYZ 43.66 25 16.71 -
YUV 124.92 118.46 216.5 -
System Red Green Blue C M Y K H S L
Decimal 249 65 108 0 0.74 0.57 0.02 345.98 0.94 0.62
Hex F9 41 6C 0 4A 39 2 15A 5E 3E
Octal 371 101 154 0 112 71 2 532 136 76
Binary 11111001 1000001 1101100 0 1001010 111001 10 101011010 1011110 111110

Color Harmonies of #F9416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9416C

Black with #F9416C

Text Example


Text Example

White with #F9416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9416C; }

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

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

background-color css

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

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

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

border-color css

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

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

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