Html Css Color HEX #FA4061 Radical Red

📋 copy color: '#FA4061'

red 250 ◦ green 64 ◦ blue 97

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

Shades of Radical Red #FA4061

Tints of Radical Red #FA4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.57%

 BLUE value IS 97 (38.28% from 255) = 23.6%

R = 60.83%
G = 15.57%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA4061 (or 0xFA4061) is known color: Radical Red. HEX triplet: FA, 40 and 61. RGB value is (250,64,97). Sum of RGB (Red+Green+Blue) = 250+64+97=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4061 is #05BF9E. Grayscale: #7B7B7B. Windows color (decimal): -376735 or 6373626. OLE color: 6373626.

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

Color convert

RGB 250 64 97 -
CMYK 0 0.74 0.61 0.02
HSL 349.35º 0.95% 0.62% -
HSV(B) 349.35º 0.74% 0.98% -
XYZ 43.42 24.85 13.82 -
YUV 123.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 250 64 97 0 0.74 0.61 0.02 349.35 0.95 0.62
Hex FA 40 61 0 4A 3D 2 15D 5F 3E
Octal 372 100 141 0 112 75 2 535 137 76
Binary 11111010 1000000 1100001 0 1001010 111101 10 101011101 1011111 111110

Color Harmonies of #FA4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4061

Black with #FA4061

Text Example


Text Example

White with #FA4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4061; }

 p { color: rgb(250,64,97); }

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

background-color css

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

 a { background-color: rgb(250,64,97); }

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

border-color css

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

 span { border-color: rgb(250,64,97); }

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