Html Css Color HEX #FD3770 Radical Red

📋 copy color: '#FD3770'

red 253 ◦ green 55 ◦ blue 112

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

Shades of Radical Red #FD3770

Tints of Radical Red #FD3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.1%

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

R = 60.24%
G = 13.1%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD3770 (or 0xFD3770) is known color: Radical Red. HEX triplet: FD, 37 and 70. RGB value is (253,55,112). Sum of RGB (Red+Green+Blue) = 253+55+112=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3770 is #02C88F. Grayscale: #787878. Windows color (decimal): -182416 or 7354365. OLE color: 7354365.

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

Color convert

RGB 253 55 112 -
CMYK 0 0.78 0.56 0.01
HSL 342.73º 0.98% 0.6% -
HSV(B) 342.73º 0.78% 0.99% -
XYZ 44.8 24.78 17.75 -
YUV 120.7 123.1 222.37 -
System Red Green Blue C M Y K H S L
Decimal 253 55 112 0 0.78 0.56 0.01 342.73 0.98 0.6
Hex FD 37 70 0 4E 38 1 157 62 3C
Octal 375 67 160 0 116 70 1 527 142 74
Binary 11111101 110111 1110000 0 1001110 111000 1 101010111 1100010 111100

Color Harmonies of #FD3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3770

Black with #FD3770

Text Example


Text Example

White with #FD3770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3770; }

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

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

background-color css

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

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

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

border-color css

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

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

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