Html Css Color HEX #FA294F Radical Red

📋 copy color: '#FA294F'

red 250 ◦ green 41 ◦ blue 79

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

Shades of Radical Red #FA294F

Tints of Radical Red #FA294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 67.57%
G = 11.08%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA294F (or 0xFA294F) is known color: Radical Red. HEX triplet: FA, 29 and 4F. RGB value is (250,41,79). Sum of RGB (Red+Green+Blue) = 250+41+79=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA294F is #05D6B0. Grayscale: #6B6B6B. Windows color (decimal): -382641 or 5188090. OLE color: 5188090.

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

Color convert

RGB 250 41 79 -
CMYK 0 0.84 0.68 0.02
HSL 349.09º 0.95% 0.57% -
HSV(B) 349.09º 0.84% 0.98% -
XYZ 41.63 22.47 9.54 -
YUV 107.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 250 41 79 0 0.84 0.68 0.02 349.09 0.95 0.57
Hex FA 29 4F 0 54 44 2 15D 5F 39
Octal 372 51 117 0 124 104 2 535 137 71
Binary 11111010 101001 1001111 0 1010100 1000100 10 101011101 1011111 111001

Color Harmonies of #FA294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA294F

Black with #FA294F

Text Example


Text Example

White with #FA294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA294F; }

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

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

background-color css

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

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

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

border-color css

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

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

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