Html Css Color HEX #F9505A Radical Red

📋 copy color: '#F9505A'

red 249 ◦ green 80 ◦ blue 90

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

Shades of Radical Red #F9505A

Tints of Radical Red #F9505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 59.43%
G = 19.09%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9505A (or 0xF9505A) is known color: Radical Red. HEX triplet: F9, 50 and 5A. RGB value is (249,80,90). Sum of RGB (Red+Green+Blue) = 249+80+90=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F9505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9505A is #06AFA5. Grayscale: #838383. Windows color (decimal): -438182 or 5918969. OLE color: 5918969.

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

Color convert

RGB 249 80 90 -
CMYK 0 0.68 0.64 0.02
HSL 356.45º 0.93% 0.65% -
HSV(B) 356.45º 0.68% 0.98% -
XYZ 43.78 26.62 12.5 -
YUV 131.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 249 80 90 0 0.68 0.64 0.02 356.45 0.93 0.65
Hex F9 50 5A 0 44 40 2 164 5D 41
Octal 371 120 132 0 104 100 2 544 135 101
Binary 11111001 1010000 1011010 0 1000100 1000000 10 101100100 1011101 1000001

Color Harmonies of #F9505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9505A

Black with #F9505A

Text Example


Text Example

White with #F9505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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