Html Css Color HEX #FD276D Radical Red

📋 copy color: '#FD276D'

red 253 ◦ green 39 ◦ blue 109

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

Shades of Radical Red #FD276D

Tints of Radical Red #FD276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.73%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 63.09%
G = 9.73%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD276D (or 0xFD276D) is known color: Radical Red. HEX triplet: FD, 27 and 6D. RGB value is (253,39,109). Sum of RGB (Red+Green+Blue) = 253+39+109=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD276D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD276D is #02D892. Grayscale: #6E6E6E. Windows color (decimal): -186515 or 7153661. OLE color: 7153661.

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

Color convert

RGB 253 39 109 -
CMYK 0 0.85 0.57 0.01
HSL 340.37º 0.98% 0.57% -
HSV(B) 340.37º 0.85% 0.99% -
XYZ 43.99 23.44 16.67 -
YUV 110.97 126.9 229.31 -
System Red Green Blue C M Y K H S L
Decimal 253 39 109 0 0.85 0.57 0.01 340.37 0.98 0.57
Hex FD 27 6D 0 55 39 1 154 62 39
Octal 375 47 155 0 125 71 1 524 142 71
Binary 11111101 100111 1101101 0 1010101 111001 1 101010100 1100010 111001

Color Harmonies of #FD276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD276D

Black with #FD276D

Text Example


Text Example

White with #FD276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD276D; }

 p { color: rgb(253,39,109); }

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

background-color css

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

 a { background-color: rgb(253,39,109); }

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

border-color css

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

 span { border-color: rgb(253,39,109); }

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