Html Css Color HEX #F9415C Radical Red

📋 copy color: '#F9415C'

red 249 ◦ green 65 ◦ blue 92

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

Shades of Radical Red #F9415C

Tints of Radical Red #F9415C

RGB

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

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

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

R = 61.33%
G = 16.01%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9415C (or 0xF9415C) is known color: Radical Red. HEX triplet: F9, 41 and 5C. RGB value is (249,65,92). Sum of RGB (Red+Green+Blue) = 249+65+92=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9415C is #06BEA3. Grayscale: #7B7B7B. Windows color (decimal): -442020 or 6046201. OLE color: 6046201.

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

Color convert

RGB 249 65 92 -
CMYK 0 0.74 0.63 0.02
HSL 351.2º 0.94% 0.62% -
HSV(B) 351.2º 0.74% 0.98% -
XYZ 42.89 24.69 12.63 -
YUV 123.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 249 65 92 0 0.74 0.63 0.02 351.2 0.94 0.62
Hex F9 41 5C 0 4A 3F 2 15F 5E 3E
Octal 371 101 134 0 112 77 2 537 136 76
Binary 11111001 1000001 1011100 0 1001010 111111 10 101011111 1011110 111110

Color Harmonies of #F9415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9415C

Black with #F9415C

Text Example


Text Example

White with #F9415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9415C; }

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

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

background-color css

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

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

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

border-color css

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

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

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