Html Css Color HEX #FA4D61 Radical Red

📋 copy color: '#FA4D61'

red 250 ◦ green 77 ◦ blue 97

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

Shades of Radical Red #FA4D61

Tints of Radical Red #FA4D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

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

R = 58.96%
G = 18.16%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA4D61 (or 0xFA4D61) is known color: Radical Red. HEX triplet: FA, 4D and 61. RGB value is (250,77,97). Sum of RGB (Red+Green+Blue) = 250+77+97=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D61 is #05B29E. Grayscale: #838383. Windows color (decimal): -373407 or 6376954. OLE color: 6376954.

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

Color convert

RGB 250 77 97 -
CMYK 0 0.69 0.61 0.02
HSL 353.06º 0.95% 0.64% -
HSV(B) 353.06º 0.69% 0.98% -
XYZ 44.24 26.49 14.09 -
YUV 131.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 250 77 97 0 0.69 0.61 0.02 353.06 0.95 0.64
Hex FA 4D 61 0 45 3D 2 161 5F 40
Octal 372 115 141 0 105 75 2 541 137 100
Binary 11111010 1001101 1100001 0 1000101 111101 10 101100001 1011111 1000000

Color Harmonies of #FA4D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D61

Black with #FA4D61

Text Example


Text Example

White with #FA4D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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