Html Css Color HEX #FD2770 Radical Red

📋 copy color: '#FD2770'

red 253 ◦ green 39 ◦ blue 112

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

Shades of Radical Red #FD2770

Tints of Radical Red #FD2770

RGB

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

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

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

R = 62.62%
G = 9.65%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD2770 (or 0xFD2770) is known color: Radical Red. HEX triplet: FD, 27 and 70. RGB value is (253,39,112). Sum of RGB (Red+Green+Blue) = 253+39+112=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2770 is #02D88F. Grayscale: #6F6F6F. Windows color (decimal): -186512 or 7350269. OLE color: 7350269.

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

Color convert

RGB 253 39 112 -
CMYK 0 0.85 0.56 0.01
HSL 339.53º 0.98% 0.57% -
HSV(B) 339.53º 0.85% 0.99% -
XYZ 44.16 23.5 17.54 -
YUV 111.31 128.4 229.06 -
System Red Green Blue C M Y K H S L
Decimal 253 39 112 0 0.85 0.56 0.01 339.53 0.98 0.57
Hex FD 27 70 0 55 38 1 154 62 39
Octal 375 47 160 0 125 70 1 524 142 71
Binary 11111101 100111 1110000 0 1010101 111000 1 101010100 1100010 111001

Color Harmonies of #FD2770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2770

Black with #FD2770

Text Example


Text Example

White with #FD2770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2770; }

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

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

background-color css

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

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

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

border-color css

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

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

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