Html Css Color HEX #FA356F Radical Red

📋 copy color: '#FA356F'

red 250 ◦ green 53 ◦ blue 111

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

Shades of Radical Red #FA356F

Tints of Radical Red #FA356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 60.39%
G = 12.8%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA356F (or 0xFA356F) is known color: Radical Red. HEX triplet: FA, 35 and 6F. RGB value is (250,53,111). Sum of RGB (Red+Green+Blue) = 250+53+111=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA356F is #05CA90. Grayscale: #767676. Windows color (decimal): -379537 or 7288314. OLE color: 7288314.

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

Color convert

RGB 250 53 111 -
CMYK 0 0.79 0.56 0.02
HSL 342.34º 0.95% 0.59% -
HSV(B) 342.34º 0.79% 0.98% -
XYZ 43.57 24.02 17.38 -
YUV 118.52 123.77 221.78 -
System Red Green Blue C M Y K H S L
Decimal 250 53 111 0 0.79 0.56 0.02 342.34 0.95 0.59
Hex FA 35 6F 0 4F 38 2 156 5F 3B
Octal 372 65 157 0 117 70 2 526 137 73
Binary 11111010 110101 1101111 0 1001111 111000 10 101010110 1011111 111011

Color Harmonies of #FA356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA356F

Black with #FA356F

Text Example


Text Example

White with #FA356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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