Html Css Color HEX #F9414C Radical Red

📋 copy color: '#F9414C'

red 249 ◦ green 65 ◦ blue 76

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

Shades of Radical Red #F9414C

Tints of Radical Red #F9414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.49%

R = 63.85%
G = 16.67%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#F9414C (or 0xF9414C) is known color: Radical Red. HEX triplet: F9, 41 and 4C. RGB value is (249,65,76). Sum of RGB (Red+Green+Blue) = 249+65+76=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9414C is #06BEB3. Grayscale: #797979. Windows color (decimal): -442036 or 4997625. OLE color: 4997625.

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

Color convert

RGB 249 65 76 -
CMYK 0 0.74 0.69 0.02
HSL 356.41º 0.94% 0.62% -
HSV(B) 356.41º 0.74% 0.98% -
XYZ 42.26 24.44 9.33 -
YUV 121.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 249 65 76 0 0.74 0.69 0.02 356.41 0.94 0.62
Hex F9 41 4C 0 4A 45 2 164 5E 3E
Octal 371 101 114 0 112 105 2 544 136 76
Binary 11111001 1000001 1001100 0 1001010 1000101 10 101100100 1011110 111110

Color Harmonies of #F9414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9414C

Black with #F9414C

Text Example


Text Example

White with #F9414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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