Html Css Color HEX #FD3275 Radical Red

📋 copy color: '#FD3275'

red 253 ◦ green 50 ◦ blue 117

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

Shades of Radical Red #FD3275

Tints of Radical Red #FD3275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 60.24%
G = 11.9%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD3275 (or 0xFD3275) is known color: Radical Red. HEX triplet: FD, 32 and 75. RGB value is (253,50,117). Sum of RGB (Red+Green+Blue) = 253+50+117=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3275 is #02CD8A. Grayscale: #767676. Windows color (decimal): -183691 or 7680765. OLE color: 7680765.

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

Color convert

RGB 253 50 117 -
CMYK 0 0.80 0.54 0.01
HSL 340.2º 0.98% 0.59% -
HSV(B) 340.2º 0.8% 0.99% -
XYZ 44.86 24.45 19.18 -
YUV 118.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 253 50 117 0 0.80 0.54 0.01 340.2 0.98 0.59
Hex FD 32 75 0 50 36 1 154 62 3B
Octal 375 62 165 0 120 66 1 524 142 73
Binary 11111101 110010 1110101 0 1010000 110110 1 101010100 1100010 111011

Color Harmonies of #FD3275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3275

Black with #FD3275

Text Example


Text Example

White with #FD3275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3275; }

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

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

background-color css

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

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

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

border-color css

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

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

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