Html Css Color HEX #FA2C61 Radical Red

📋 copy color: '#FA2C61'

red 250 ◦ green 44 ◦ blue 97

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

Shades of Radical Red #FA2C61

Tints of Radical Red #FA2C61

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.25%

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

R = 63.94%
G = 11.25%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA2C61 (or 0xFA2C61) is known color: Radical Red. HEX triplet: FA, 2C and 61. RGB value is (250,44,97). Sum of RGB (Red+Green+Blue) = 250+44+97=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2C61 is #05D39E. Grayscale: #6F6F6F. Windows color (decimal): -381855 or 6368506. OLE color: 6368506.

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

Color convert

RGB 250 44 97 -
CMYK 0 0.82 0.61 0.02
HSL 344.56º 0.95% 0.58% -
HSV(B) 344.56º 0.82% 0.98% -
XYZ 42.48 22.99 13.51 -
YUV 111.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 250 44 97 0 0.82 0.61 0.02 344.56 0.95 0.58
Hex FA 2C 61 0 52 3D 2 159 5F 3A
Octal 372 54 141 0 122 75 2 531 137 72
Binary 11111010 101100 1100001 0 1010010 111101 10 101011001 1011111 111010

Color Harmonies of #FA2C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2C61

Black with #FA2C61

Text Example


Text Example

White with #FA2C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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