Html Css Color HEX #FA495F Radical Red

📋 copy color: '#FA495F'

red 250 ◦ green 73 ◦ blue 95

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

Shades of Radical Red #FA495F

Tints of Radical Red #FA495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.46%

 BLUE value IS 95 (37.5% from 255) = 22.73%

R = 59.81%
G = 17.46%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA495F (or 0xFA495F) is known color: Radical Red. HEX triplet: FA, 49 and 5F. RGB value is (250,73,95). Sum of RGB (Red+Green+Blue) = 250+73+95=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA495F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA495F is #05B6A0. Grayscale: #808080. Windows color (decimal): -374433 or 6244858. OLE color: 6244858.

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

Color convert

RGB 250 73 95 -
CMYK 0 0.71 0.62 0.02
HSL 352.54º 0.95% 0.63% -
HSV(B) 352.54º 0.71% 0.98% -
XYZ 43.87 25.92 13.52 -
YUV 128.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 250 73 95 0 0.71 0.62 0.02 352.54 0.95 0.63
Hex FA 49 5F 0 47 3E 2 161 5F 3F
Octal 372 111 137 0 107 76 2 541 137 77
Binary 11111010 1001001 1011111 0 1000111 111110 10 101100001 1011111 111111

Color Harmonies of #FA495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA495F

Black with #FA495F

Text Example


Text Example

White with #FA495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA495F; }

 p { color: rgb(250,73,95); }

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

background-color css

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

 a { background-color: rgb(250,73,95); }

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

border-color css

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

 span { border-color: rgb(250,73,95); }

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