Html Css Color HEX #F9415D Radical Red

📋 copy color: '#F9415D'

red 249 ◦ green 65 ◦ blue 93

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

Shades of Radical Red #F9415D

Tints of Radical Red #F9415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 61.18%
G = 15.97%
B = 22.85%

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

#F9415D (or 0xF9415D) is known color: Radical Red. HEX triplet: F9, 41 and 5D. RGB value is (249,65,93). Sum of RGB (Red+Green+Blue) = 249+65+93=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9415D is #06BEA2. Grayscale: #7B7B7B. Windows color (decimal): -442019 or 6111737. OLE color: 6111737.

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

Color convert

RGB 249 65 93 -
CMYK 0 0.74 0.63 0.02
HSL 350.87º 0.94% 0.62% -
HSV(B) 350.87º 0.74% 0.98% -
XYZ 42.93 24.71 12.86 -
YUV 123.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 249 65 93 0 0.74 0.63 0.02 350.87 0.94 0.62
Hex F9 41 5D 0 4A 3F 2 15F 5E 3E
Octal 371 101 135 0 112 77 2 537 136 76
Binary 11111001 1000001 1011101 0 1001010 111111 10 101011111 1011110 111110

Color Harmonies of #F9415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9415D

Black with #F9415D

Text Example


Text Example

White with #F9415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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