Html Css Color HEX #FA3E61 Radical Red

📋 copy color: '#FA3E61'

red 250 ◦ green 62 ◦ blue 97

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

Shades of Radical Red #FA3E61

Tints of Radical Red #FA3E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

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

R = 61.12%
G = 15.16%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA3E61 (or 0xFA3E61) is known color: Radical Red. HEX triplet: FA, 3E and 61. RGB value is (250,62,97). Sum of RGB (Red+Green+Blue) = 250+62+97=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E61 is #05C19E. Grayscale: #7A7A7A. Windows color (decimal): -377247 or 6373114. OLE color: 6373114.

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

Color convert

RGB 250 62 97 -
CMYK 0 0.75 0.61 0.02
HSL 348.83º 0.95% 0.61% -
HSV(B) 348.83º 0.75% 0.98% -
XYZ 43.3 24.63 13.78 -
YUV 122.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 250 62 97 0 0.75 0.61 0.02 348.83 0.95 0.61
Hex FA 3E 61 0 4B 3D 2 15D 5F 3D
Octal 372 76 141 0 113 75 2 535 137 75
Binary 11111010 111110 1100001 0 1001011 111101 10 101011101 1011111 111101

Color Harmonies of #FA3E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E61

Black with #FA3E61

Text Example


Text Example

White with #FA3E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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