Html Css Color HEX #FA356B Radical Red

📋 copy color: '#FA356B'

red 250 ◦ green 53 ◦ blue 107

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

Shades of Radical Red #FA356B

Tints of Radical Red #FA356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 60.98%
G = 12.93%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA356B (or 0xFA356B) is known color: Radical Red. HEX triplet: FA, 35 and 6B. RGB value is (250,53,107). Sum of RGB (Red+Green+Blue) = 250+53+107=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA356B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA356B is #05CA94. Grayscale: #767676. Windows color (decimal): -379541 or 7026170. OLE color: 7026170.

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

Color convert

RGB 250 53 107 -
CMYK 0 0.79 0.57 0.02
HSL 343.55º 0.95% 0.59% -
HSV(B) 343.55º 0.79% 0.98% -
XYZ 43.35 23.93 16.24 -
YUV 118.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 250 53 107 0 0.79 0.57 0.02 343.55 0.95 0.59
Hex FA 35 6B 0 4F 39 2 158 5F 3B
Octal 372 65 153 0 117 71 2 530 137 73
Binary 11111010 110101 1101011 0 1001111 111001 10 101011000 1011111 111011

Color Harmonies of #FA356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA356B

Black with #FA356B

Text Example


Text Example

White with #FA356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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