Html Css Color HEX #FA3375 Radical Red

📋 copy color: '#FA3375'

red 250 ◦ green 51 ◦ blue 117

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

Shades of Radical Red #FA3375

Tints of Radical Red #FA3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.2%

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

R = 59.81%
G = 12.2%
B = 27.99%

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

#FA3375 (or 0xFA3375) is known color: Radical Red. HEX triplet: FA, 33 and 75. RGB value is (250,51,117). Sum of RGB (Red+Green+Blue) = 250+51+117=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3375 is #05CC8A. Grayscale: #757575. Windows color (decimal): -380043 or 7681018. OLE color: 7681018.

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

Color convert

RGB 250 51 117 -
CMYK 0 0.80 0.53 0.02
HSL 340.1º 0.95% 0.59% -
HSV(B) 340.1º 0.8% 0.98% -
XYZ 43.82 23.98 19.15 -
YUV 118.03 127.43 222.13 -
System Red Green Blue C M Y K H S L
Decimal 250 51 117 0 0.80 0.53 0.02 340.1 0.95 0.59
Hex FA 33 75 0 50 35 2 154 5F 3B
Octal 372 63 165 0 120 65 2 524 137 73
Binary 11111010 110011 1110101 0 1010000 110101 10 101010100 1011111 111011

Color Harmonies of #FA3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3375

Black with #FA3375

Text Example


Text Example

White with #FA3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3375; }

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

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

background-color css

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

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

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

border-color css

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

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

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