Html Css Color HEX #FD2773 Radical Red

📋 copy color: '#FD2773'

red 253 ◦ green 39 ◦ blue 115

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

Shades of Radical Red #FD2773

Tints of Radical Red #FD2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 62.16%
G = 9.58%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FD2773 (or 0xFD2773) is known color: Radical Red. HEX triplet: FD, 27 and 73. RGB value is (253,39,115). Sum of RGB (Red+Green+Blue) = 253+39+115=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2773 is #02D88C. Grayscale: #6F6F6F. Windows color (decimal): -186509 or 7546877. OLE color: 7546877.

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

Color convert

RGB 253 39 115 -
CMYK 0 0.85 0.55 0.01
HSL 338.69º 0.98% 0.57% -
HSV(B) 338.69º 0.85% 0.99% -
XYZ 44.33 23.57 18.43 -
YUV 111.65 129.9 228.82 -
System Red Green Blue C M Y K H S L
Decimal 253 39 115 0 0.85 0.55 0.01 338.69 0.98 0.57
Hex FD 27 73 0 55 37 1 153 62 39
Octal 375 47 163 0 125 67 1 523 142 71
Binary 11111101 100111 1110011 0 1010101 110111 1 101010011 1100010 111001

Color Harmonies of #FD2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2773

Black with #FD2773

Text Example


Text Example

White with #FD2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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