Html Css Color HEX #FD356F Radical Red

📋 copy color: '#FD356F'

red 253 ◦ green 53 ◦ blue 111

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

Shades of Radical Red #FD356F

Tints of Radical Red #FD356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.71%

 BLUE value IS 111 (43.75% from 255) = 26.62%

R = 60.67%
G = 12.71%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD356F (or 0xFD356F) is known color: Radical Red. HEX triplet: FD, 35 and 6F. RGB value is (253,53,111). Sum of RGB (Red+Green+Blue) = 253+53+111=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD356F is #02CA90. Grayscale: #777777. Windows color (decimal): -182929 or 7288317. OLE color: 7288317.

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

Color convert

RGB 253 53 111 -
CMYK 0 0.79 0.56 0.01
HSL 342.6º 0.98% 0.6% -
HSV(B) 342.6º 0.79% 0.99% -
XYZ 44.65 24.58 17.43 -
YUV 119.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 253 53 111 0 0.79 0.56 0.01 342.6 0.98 0.6
Hex FD 35 6F 0 4F 38 1 157 62 3C
Octal 375 65 157 0 117 70 1 527 142 74
Binary 11111101 110101 1101111 0 1001111 111000 1 101010111 1100010 111100

Color Harmonies of #FD356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD356F

Black with #FD356F

Text Example


Text Example

White with #FD356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD356F; }

 p { color: rgb(253,53,111); }

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

background-color css

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

 a { background-color: rgb(253,53,111); }

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

border-color css

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

 span { border-color: rgb(253,53,111); }

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