Html Css Color HEX #F9355A Radical Red

📋 copy color: '#F9355A'

red 249 ◦ green 53 ◦ blue 90

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

Shades of Radical Red #F9355A

Tints of Radical Red #F9355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 63.52%
G = 13.52%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F9355A (or 0xF9355A) is known color: Radical Red. HEX triplet: F9, 35 and 5A. RGB value is (249,53,90). Sum of RGB (Red+Green+Blue) = 249+53+90=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9355A is #06CAA5. Grayscale: #737373. Windows color (decimal): -445094 or 5912057. OLE color: 5912057.

HSL color Cylindrical-coordinate representation of color #F9355A: hue angle of 348.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9355A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 53 90 -
CMYK 0 0.79 0.64 0.02
HSL 348.67º 0.94% 0.59% -
HSV(B) 348.67º 0.79% 0.98% -
XYZ 42.19 23.42 11.97 -
YUV 115.82 113.43 222.99 -
System Red Green Blue C M Y K H S L
Decimal 249 53 90 0 0.79 0.64 0.02 348.67 0.94 0.59
Hex F9 35 5A 0 4F 40 2 15D 5E 3B
Octal 371 65 132 0 117 100 2 535 136 73
Binary 11111001 110101 1011010 0 1001111 1000000 10 101011101 1011110 111011

Color Harmonies of #F9355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9355A

Black with #F9355A

Text Example


Text Example

White with #F9355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9355A; }

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

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

background-color css

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

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

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

border-color css

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

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

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