Html Css Color HEX #FD276A Radical Red

📋 copy color: '#FD276A'

red 253 ◦ green 39 ◦ blue 106

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

Shades of Radical Red #FD276A

Tints of Radical Red #FD276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.63%

R = 63.57%
G = 9.8%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD276A (or 0xFD276A) is known color: Radical Red. HEX triplet: FD, 27 and 6A. RGB value is (253,39,106). Sum of RGB (Red+Green+Blue) = 253+39+106=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD276A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD276A is #02D895. Grayscale: #6E6E6E. Windows color (decimal): -186518 or 6957053. OLE color: 6957053.

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

Color convert

RGB 253 39 106 -
CMYK 0 0.85 0.58 0.01
HSL 341.22º 0.98% 0.57% -
HSV(B) 341.22º 0.85% 0.99% -
XYZ 43.84 23.37 15.84 -
YUV 110.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 253 39 106 0 0.85 0.58 0.01 341.22 0.98 0.57
Hex FD 27 6A 0 55 3A 1 155 62 39
Octal 375 47 152 0 125 72 1 525 142 71
Binary 11111101 100111 1101010 0 1010101 111010 1 101010101 1100010 111001

Color Harmonies of #FD276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD276A

Black with #FD276A

Text Example


Text Example

White with #FD276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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