Html Css Color HEX #FF326B Radical Red

📋 copy color: '#FF326B'

red 255 ◦ green 50 ◦ blue 107

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

Shades of Radical Red #FF326B

Tints of Radical Red #FF326B

RGB

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

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

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

R = 61.89%
G = 12.14%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF326B (or 0xFF326B) is known color: Radical Red. HEX triplet: FF, 32 and 6B. RGB value is (255,50,107). Sum of RGB (Red+Green+Blue) = 255+50+107=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF326B is #00CD94. Grayscale: #757575. Windows color (decimal): -52629 or 7025407. OLE color: 7025407.

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

Color convert

RGB 255 50 107 -
CMYK 0 0.80 0.58 0
HSL 343.32º 1% 0.6% -
HSV(B) 343.32º 0.8% 1% -
XYZ 45.03 24.6 16.29 -
YUV 117.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 255 50 107 0 0.80 0.58 0 343.32 1 0.6
Hex FF 32 6B 0 50 3A 0 157 64 3C
Octal 377 62 153 0 120 72 0 527 144 74
Binary 11111111 110010 1101011 0 1010000 111010 0 101010111 1100100 111100

Color Harmonies of #FF326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF326B

Black with #FF326B

Text Example


Text Example

White with #FF326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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