Html Css Color HEX #FD3270 Radical Red

📋 copy color: '#FD3270'

red 253 ◦ green 50 ◦ blue 112

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

Shades of Radical Red #FD3270

Tints of Radical Red #FD3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 60.96%
G = 12.05%
B = 26.99%

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

#FD3270 (or 0xFD3270) is known color: Radical Red. HEX triplet: FD, 32 and 70. RGB value is (253,50,112). Sum of RGB (Red+Green+Blue) = 253+50+112=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3270 is #02CD8F. Grayscale: #757575. Windows color (decimal): -183696 or 7353085. OLE color: 7353085.

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

Color convert

RGB 253 50 112 -
CMYK 0 0.80 0.56 0.01
HSL 341.67º 0.98% 0.59% -
HSV(B) 341.67º 0.8% 0.99% -
XYZ 44.57 24.33 17.68 -
YUV 117.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 253 50 112 0 0.80 0.56 0.01 341.67 0.98 0.59
Hex FD 32 70 0 50 38 1 156 62 3B
Octal 375 62 160 0 120 70 1 526 142 73
Binary 11111101 110010 1110000 0 1010000 111000 1 101010110 1100010 111011

Color Harmonies of #FD3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3270

Black with #FD3270

Text Example


Text Example

White with #FD3270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3270; }

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

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

background-color css

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

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

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

border-color css

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

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

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