Html Css Color HEX #FA365E Radical Red

📋 copy color: '#FA365E'

red 250 ◦ green 54 ◦ blue 94

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

Shades of Radical Red #FA365E

Tints of Radical Red #FA365E

RGB

 RED value IS 250 (98.05% from 255) = 62.81%

 GREEN value IS 54 (21.48% from 255) = 13.57%

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

R = 62.81%
G = 13.57%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA365E (or 0xFA365E) is known color: Radical Red. HEX triplet: FA, 36 and 5E. RGB value is (250,54,94). Sum of RGB (Red+Green+Blue) = 250+54+94=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA365E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA365E is #05C9A1. Grayscale: #757575. Windows color (decimal): -379298 or 6174458. OLE color: 6174458.

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

Color convert

RGB 250 54 94 -
CMYK 0 0.78 0.62 0.02
HSL 347.76º 0.95% 0.6% -
HSV(B) 347.76º 0.78% 0.98% -
XYZ 42.76 23.77 12.92 -
YUV 117.16 114.93 222.75 -
System Red Green Blue C M Y K H S L
Decimal 250 54 94 0 0.78 0.62 0.02 347.76 0.95 0.6
Hex FA 36 5E 0 4E 3E 2 15C 5F 3C
Octal 372 66 136 0 116 76 2 534 137 74
Binary 11111010 110110 1011110 0 1001110 111110 10 101011100 1011111 111100

Color Harmonies of #FA365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA365E

Black with #FA365E

Text Example


Text Example

White with #FA365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA365E; }

 p { color: rgb(250,54,94); }

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

background-color css

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

 a { background-color: rgb(250,54,94); }

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

border-color css

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

 span { border-color: rgb(250,54,94); }

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