Html Css Color HEX #FA345B Radical Red

📋 copy color: '#FA345B'

red 250 ◦ green 52 ◦ blue 91

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

Shades of Radical Red #FA345B

Tints of Radical Red #FA345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 63.61%
G = 13.23%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA345B (or 0xFA345B) is known color: Radical Red. HEX triplet: FA, 34 and 5B. RGB value is (250,52,91). Sum of RGB (Red+Green+Blue) = 250+52+91=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA345B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA345B is #05CBA4. Grayscale: #737373. Windows color (decimal): -379813 or 5977338. OLE color: 5977338.

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

Color convert

RGB 250 52 91 -
CMYK 0 0.79 0.64 0.02
HSL 348.18º 0.95% 0.59% -
HSV(B) 348.18º 0.79% 0.98% -
XYZ 42.54 23.54 12.2 -
YUV 115.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 250 52 91 0 0.79 0.64 0.02 348.18 0.95 0.59
Hex FA 34 5B 0 4F 40 2 15C 5F 3B
Octal 372 64 133 0 117 100 2 534 137 73
Binary 11111010 110100 1011011 0 1001111 1000000 10 101011100 1011111 111011

Color Harmonies of #FA345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA345B

Black with #FA345B

Text Example


Text Example

White with #FA345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA345B; }

 p { color: rgb(250,52,91); }

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

background-color css

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

 a { background-color: rgb(250,52,91); }

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

border-color css

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

 span { border-color: rgb(250,52,91); }

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