Html Css Color HEX #FA3575 Radical Red

📋 copy color: '#FA3575'

red 250 ◦ green 53 ◦ blue 117

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

Shades of Radical Red #FA3575

Tints of Radical Red #FA3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.62%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 59.52%
G = 12.62%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA3575 (or 0xFA3575) is known color: Radical Red. HEX triplet: FA, 35 and 75. RGB value is (250,53,117). Sum of RGB (Red+Green+Blue) = 250+53+117=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3575 is #05CA8A. Grayscale: #777777. Windows color (decimal): -379531 or 7681530. OLE color: 7681530.

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

Color convert

RGB 250 53 117 -
CMYK 0 0.79 0.53 0.02
HSL 340.51º 0.95% 0.59% -
HSV(B) 340.51º 0.79% 0.98% -
XYZ 43.91 24.15 19.18 -
YUV 119.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 250 53 117 0 0.79 0.53 0.02 340.51 0.95 0.59
Hex FA 35 75 0 4F 35 2 155 5F 3B
Octal 372 65 165 0 117 65 2 525 137 73
Binary 11111010 110101 1110101 0 1001111 110101 10 101010101 1011111 111011

Color Harmonies of #FA3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3575

Black with #FA3575

Text Example


Text Example

White with #FA3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3575; }

 p { color: rgb(250,53,117); }

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

background-color css

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

 a { background-color: rgb(250,53,117); }

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

border-color css

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

 span { border-color: rgb(250,53,117); }

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