Html Css Color HEX #FF325A Radical Red

📋 copy color: '#FF325A'

red 255 ◦ green 50 ◦ blue 90

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

Shades of Radical Red #FF325A

Tints of Radical Red #FF325A

RGB

 RED value IS 255 (100% from 255) = 64.56%

 GREEN value IS 50 (19.92% from 255) = 12.66%

 BLUE value IS 90 (35.55% from 255) = 22.78%

R = 64.56%
G = 12.66%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF325A (or 0xFF325A) is known color: Radical Red. HEX triplet: FF, 32 and 5A. RGB value is (255,50,90). Sum of RGB (Red+Green+Blue) = 255+50+90=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF325A is #00CDA5. Grayscale: #737373. Windows color (decimal): -52646 or 5911295. OLE color: 5911295.

HSL color Cylindrical-coordinate representation of color #FF325A: hue angle of 348.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF325A is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 50 90 -
CMYK 0 0.80 0.65 0
HSL 348.29º 1% 0.6% -
HSV(B) 348.29º 0.8% 1% -
XYZ 44.23 24.28 12.03 -
YUV 115.86 113.42 227.25 -
System Red Green Blue C M Y K H S L
Decimal 255 50 90 0 0.80 0.65 0 348.29 1 0.6
Hex FF 32 5A 0 50 41 0 15C 64 3C
Octal 377 62 132 0 120 101 0 534 144 74
Binary 11111111 110010 1011010 0 1010000 1000001 0 101011100 1100100 111100

Color Harmonies of #FF325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF325A

Black with #FF325A

Text Example


Text Example

White with #FF325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF325A; }

 p { color: rgb(255,50,90); }

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

background-color css

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

 a { background-color: rgb(255,50,90); }

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

border-color css

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

 span { border-color: rgb(255,50,90); }

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