Html Css Color HEX #F9505E Radical Red

📋 copy color: '#F9505E'

red 249 ◦ green 80 ◦ blue 94

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

Shades of Radical Red #F9505E

Tints of Radical Red #F9505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 58.87%
G = 18.91%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9505E (or 0xF9505E) is known color: Radical Red. HEX triplet: F9, 50 and 5E. RGB value is (249,80,94). Sum of RGB (Red+Green+Blue) = 249+80+94=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F9505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9505E is #06AFA1. Grayscale: #848484. Windows color (decimal): -438178 or 6181113. OLE color: 6181113.

HSL color Cylindrical-coordinate representation of color #F9505E: hue angle of 355.03º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9505E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 80 94 -
CMYK 0 0.68 0.62 0.02
HSL 355.03º 0.93% 0.65% -
HSV(B) 355.03º 0.68% 0.98% -
XYZ 43.96 26.69 13.42 -
YUV 132.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 249 80 94 0 0.68 0.62 0.02 355.03 0.93 0.65
Hex F9 50 5E 0 44 3E 2 163 5D 41
Octal 371 120 136 0 104 76 2 543 135 101
Binary 11111001 1010000 1011110 0 1000100 111110 10 101100011 1011101 1000001

Color Harmonies of #F9505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9505E

Black with #F9505E

Text Example


Text Example

White with #F9505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9505E; }

 p { color: rgb(249,80,94); }

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

background-color css

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

 a { background-color: rgb(249,80,94); }

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

border-color css

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

 span { border-color: rgb(249,80,94); }

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