Html Css Color HEX #FA2961 Radical Red

📋 copy color: '#FA2961'

red 250 ◦ green 41 ◦ blue 97

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

Shades of Radical Red #FA2961

Tints of Radical Red #FA2961

RGB

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

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

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

R = 64.43%
G = 10.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA2961 (or 0xFA2961) is known color: Radical Red. HEX triplet: FA, 29 and 61. RGB value is (250,41,97). Sum of RGB (Red+Green+Blue) = 250+41+97=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2961 is #05D69E. Grayscale: #6D6D6D. Windows color (decimal): -382623 or 6367738. OLE color: 6367738.

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

Color convert

RGB 250 41 97 -
CMYK 0 0.84 0.61 0.02
HSL 343.92º 0.95% 0.57% -
HSV(B) 343.92º 0.84% 0.98% -
XYZ 42.37 22.77 13.47 -
YUV 109.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 250 41 97 0 0.84 0.61 0.02 343.92 0.95 0.57
Hex FA 29 61 0 54 3D 2 158 5F 39
Octal 372 51 141 0 124 75 2 530 137 71
Binary 11111010 101001 1100001 0 1010100 111101 10 101011000 1011111 111001

Color Harmonies of #FA2961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2961

Black with #FA2961

Text Example


Text Example

White with #FA2961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2961; }

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

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

background-color css

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

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

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

border-color css

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

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

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