Html Css Color HEX #FD3674 Radical Red

📋 copy color: '#FD3674'

red 253 ◦ green 54 ◦ blue 116

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

Shades of Radical Red #FD3674

Tints of Radical Red #FD3674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.77%

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 59.81%
G = 12.77%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD3674 (or 0xFD3674) is known color: Radical Red. HEX triplet: FD, 36 and 74. RGB value is (253,54,116). Sum of RGB (Red+Green+Blue) = 253+54+116=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3674 is #02C98B. Grayscale: #787878. Windows color (decimal): -182668 or 7616253. OLE color: 7616253.

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

Color convert

RGB 253 54 116 -
CMYK 0 0.79 0.54 0.01
HSL 341.31º 0.98% 0.6% -
HSV(B) 341.31º 0.79% 0.99% -
XYZ 44.98 24.78 18.94 -
YUV 120.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 253 54 116 0 0.79 0.54 0.01 341.31 0.98 0.6
Hex FD 36 74 0 4F 36 1 155 62 3C
Octal 375 66 164 0 117 66 1 525 142 74
Binary 11111101 110110 1110100 0 1001111 110110 1 101010101 1100010 111100

Color Harmonies of #FD3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3674

Black with #FD3674

Text Example


Text Example

White with #FD3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3674; }

 p { color: rgb(253,54,116); }

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

background-color css

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

 a { background-color: rgb(253,54,116); }

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

border-color css

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

 span { border-color: rgb(253,54,116); }

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