Html Css Color HEX #F9475C Radical Red

📋 copy color: '#F9475C'

red 249 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #F9475C

Tints of Radical Red #F9475C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.23%

 BLUE value IS 92 (36.33% from 255) = 22.33%

R = 60.44%
G = 17.23%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9475C (or 0xF9475C) is known color: Radical Red. HEX triplet: F9, 47 and 5C. RGB value is (249,71,92). Sum of RGB (Red+Green+Blue) = 249+71+92=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9475C is #06B8A3. Grayscale: #7E7E7E. Windows color (decimal): -440484 or 6047737. OLE color: 6047737.

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

Color convert

RGB 249 71 92 -
CMYK 0 0.71 0.63 0.02
HSL 352.92º 0.94% 0.63% -
HSV(B) 352.92º 0.71% 0.98% -
XYZ 43.25 25.42 12.75 -
YUV 126.62 108.47 215.29 -
System Red Green Blue C M Y K H S L
Decimal 249 71 92 0 0.71 0.63 0.02 352.92 0.94 0.63
Hex F9 47 5C 0 47 3F 2 161 5E 3F
Octal 371 107 134 0 107 77 2 541 136 77
Binary 11111001 1000111 1011100 0 1000111 111111 10 101100001 1011110 111111

Color Harmonies of #F9475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9475C

Black with #F9475C

Text Example


Text Example

White with #F9475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9475C; }

 p { color: rgb(249,71,92); }

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

background-color css

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

 a { background-color: rgb(249,71,92); }

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

border-color css

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

 span { border-color: rgb(249,71,92); }

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