Html Css Color HEX #FD336C Radical Red

📋 copy color: '#FD336C'

red 253 ◦ green 51 ◦ blue 108

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

Shades of Radical Red #FD336C

Tints of Radical Red #FD336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 61.41%
G = 12.38%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD336C (or 0xFD336C) is known color: Radical Red. HEX triplet: FD, 33 and 6C. RGB value is (253,51,108). Sum of RGB (Red+Green+Blue) = 253+51+108=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD336C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD336C is #02CC93. Grayscale: #757575. Windows color (decimal): -183444 or 7091197. OLE color: 7091197.

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

Color convert

RGB 253 51 108 -
CMYK 0 0.80 0.57 0.01
HSL 343.07º 0.98% 0.6% -
HSV(B) 343.07º 0.8% 0.99% -
XYZ 44.4 24.33 16.54 -
YUV 117.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 253 51 108 0 0.80 0.57 0.01 343.07 0.98 0.6
Hex FD 33 6C 0 50 39 1 157 62 3C
Octal 375 63 154 0 120 71 1 527 142 74
Binary 11111101 110011 1101100 0 1010000 111001 1 101010111 1100010 111100

Color Harmonies of #FD336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD336C

Black with #FD336C

Text Example


Text Example

White with #FD336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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