Html Css Color HEX #FD3375 Radical Red

📋 copy color: '#FD3375'

red 253 ◦ green 51 ◦ blue 117

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

Shades of Radical Red #FD3375

Tints of Radical Red #FD3375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 60.1%
G = 12.11%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FD3375 (or 0xFD3375) is known color: Radical Red. HEX triplet: FD, 33 and 75. RGB value is (253,51,117). Sum of RGB (Red+Green+Blue) = 253+51+117=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3375 is #02CC8A. Grayscale: #767676. Windows color (decimal): -183435 or 7681021. OLE color: 7681021.

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

Color convert

RGB 253 51 117 -
CMYK 0 0.80 0.54 0.01
HSL 340.4º 0.98% 0.6% -
HSV(B) 340.4º 0.8% 0.99% -
XYZ 44.9 24.53 19.2 -
YUV 118.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 253 51 117 0 0.80 0.54 0.01 340.4 0.98 0.6
Hex FD 33 75 0 50 36 1 154 62 3C
Octal 375 63 165 0 120 66 1 524 142 74
Binary 11111101 110011 1110101 0 1010000 110110 1 101010100 1100010 111100

Color Harmonies of #FD3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3375

Black with #FD3375

Text Example


Text Example

White with #FD3375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3375; }

 p { color: rgb(253,51,117); }

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

background-color css

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

 a { background-color: rgb(253,51,117); }

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

border-color css

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

 span { border-color: rgb(253,51,117); }

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