Html Css Color HEX #FD2D6B Radical Red

📋 copy color: '#FD2D6B'

red 253 ◦ green 45 ◦ blue 107

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

Shades of Radical Red #FD2D6B

Tints of Radical Red #FD2D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 62.47%
G = 11.11%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD2D6B (or 0xFD2D6B) is known color: Radical Red. HEX triplet: FD, 2D and 6B. RGB value is (253,45,107). Sum of RGB (Red+Green+Blue) = 253+45+107=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D6B is #02D294. Grayscale: #727272. Windows color (decimal): -184981 or 7024125. OLE color: 7024125.

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

Color convert

RGB 253 45 107 -
CMYK 0 0.82 0.58 0.01
HSL 342.12º 0.98% 0.58% -
HSV(B) 342.12º 0.82% 0.99% -
XYZ 44.1 23.82 16.18 -
YUV 114.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 253 45 107 0 0.82 0.58 0.01 342.12 0.98 0.58
Hex FD 2D 6B 0 52 3A 1 156 62 3A
Octal 375 55 153 0 122 72 1 526 142 72
Binary 11111101 101101 1101011 0 1010010 111010 1 101010110 1100010 111010

Color Harmonies of #FD2D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2D6B

Black with #FD2D6B

Text Example


Text Example

White with #FD2D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2D6B; }

 p { color: rgb(253,45,107); }

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

background-color css

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

 a { background-color: rgb(253,45,107); }

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

border-color css

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

 span { border-color: rgb(253,45,107); }

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