Html Css Color HEX #FD326F Radical Red

📋 copy color: '#FD326F'

red 253 ◦ green 50 ◦ blue 111

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

Shades of Radical Red #FD326F

Tints of Radical Red #FD326F

RGB

 RED value IS 253 (99.22% from 255) = 61.11%

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

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

R = 61.11%
G = 12.08%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD326F (or 0xFD326F) is known color: Radical Red. HEX triplet: FD, 32 and 6F. RGB value is (253,50,111). Sum of RGB (Red+Green+Blue) = 253+50+111=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD326F is #02CD90. Grayscale: #757575. Windows color (decimal): -183697 or 7287549. OLE color: 7287549.

HSL color Cylindrical-coordinate representation of color #FD326F: hue angle of 341.97º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD326F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 50 111 -
CMYK 0 0.80 0.56 0.01
HSL 341.97º 0.98% 0.59% -
HSV(B) 341.97º 0.8% 0.99% -
XYZ 44.52 24.31 17.39 -
YUV 117.65 124.25 224.54 -
System Red Green Blue C M Y K H S L
Decimal 253 50 111 0 0.80 0.56 0.01 341.97 0.98 0.59
Hex FD 32 6F 0 50 38 1 156 62 3B
Octal 375 62 157 0 120 70 1 526 142 73
Binary 11111101 110010 1101111 0 1010000 111000 1 101010110 1100010 111011

Color Harmonies of #FD326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD326F

Black with #FD326F

Text Example


Text Example

White with #FD326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD326F; }

 p { color: rgb(253,50,111); }

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

background-color css

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

 a { background-color: rgb(253,50,111); }

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

border-color css

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

 span { border-color: rgb(253,50,111); }

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