Html Css Color HEX #FA3175 Radical Red

📋 copy color: '#FA3175'

red 250 ◦ green 49 ◦ blue 117

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

Shades of Radical Red #FA3175

Tints of Radical Red #FA3175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.78%

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

R = 60.1%
G = 11.78%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA3175 (or 0xFA3175) is known color: Radical Red. HEX triplet: FA, 31 and 75. RGB value is (250,49,117). Sum of RGB (Red+Green+Blue) = 250+49+117=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3175 is #05CE8A. Grayscale: #747474. Windows color (decimal): -380555 or 7680506. OLE color: 7680506.

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

Color convert

RGB 250 49 117 -
CMYK 0 0.80 0.53 0.02
HSL 339.7º 0.95% 0.59% -
HSV(B) 339.7º 0.8% 0.98% -
XYZ 43.73 23.8 19.12 -
YUV 116.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 250 49 117 0 0.80 0.53 0.02 339.7 0.95 0.59
Hex FA 31 75 0 50 35 2 154 5F 3B
Octal 372 61 165 0 120 65 2 524 137 73
Binary 11111010 110001 1110101 0 1010000 110101 10 101010100 1011111 111011

Color Harmonies of #FA3175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3175

Black with #FA3175

Text Example


Text Example

White with #FA3175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3175; }

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

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

background-color css

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

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

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

border-color css

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

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

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