Html Css Color HEX #FA295D Radical Red

📋 copy color: '#FA295D'

red 250 ◦ green 41 ◦ blue 93

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

Shades of Radical Red #FA295D

Tints of Radical Red #FA295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

 BLUE value IS 93 (36.72% from 255) = 24.22%

R = 65.1%
G = 10.68%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA295D (or 0xFA295D) is known color: Radical Red. HEX triplet: FA, 29 and 5D. RGB value is (250,41,93). Sum of RGB (Red+Green+Blue) = 250+41+93=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA295D is #05D6A2. Grayscale: #6D6D6D. Windows color (decimal): -382627 or 6105594. OLE color: 6105594.

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

Color convert

RGB 250 41 93 -
CMYK 0 0.84 0.63 0.02
HSL 345.07º 0.95% 0.57% -
HSV(B) 345.07º 0.84% 0.98% -
XYZ 42.19 22.7 12.51 -
YUV 109.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 250 41 93 0 0.84 0.63 0.02 345.07 0.95 0.57
Hex FA 29 5D 0 54 3F 2 159 5F 39
Octal 372 51 135 0 124 77 2 531 137 71
Binary 11111010 101001 1011101 0 1010100 111111 10 101011001 1011111 111001

Color Harmonies of #FA295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA295D

Black with #FA295D

Text Example


Text Example

White with #FA295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA295D; }

 p { color: rgb(250,41,93); }

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

background-color css

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

 a { background-color: rgb(250,41,93); }

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

border-color css

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

 span { border-color: rgb(250,41,93); }

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