Html Css Color HEX #FD2062 Radical Red

📋 copy color: '#FD2062'

red 253 ◦ green 32 ◦ blue 98

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

Shades of Radical Red #FD2062

Tints of Radical Red #FD2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 66.06%
G = 8.36%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD2062 (or 0xFD2062) is known color: Radical Red. HEX triplet: FD, 20 and 62. RGB value is (253,32,98). Sum of RGB (Red+Green+Blue) = 253+32+98=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2062 is #02DF9D. Grayscale: #696969. Windows color (decimal): -188318 or 6430973. OLE color: 6430973.

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

Color convert

RGB 253 32 98 -
CMYK 0 0.87 0.61 0.01
HSL 342.08º 0.98% 0.56% -
HSV(B) 342.08º 0.87% 0.99% -
XYZ 43.23 22.8 13.68 -
YUV 105.6 123.72 233.13 -
System Red Green Blue C M Y K H S L
Decimal 253 32 98 0 0.87 0.61 0.01 342.08 0.98 0.56
Hex FD 20 62 0 57 3D 1 156 62 38
Octal 375 40 142 0 127 75 1 526 142 70
Binary 11111101 100000 1100010 0 1010111 111101 1 101010110 1100010 111000

Color Harmonies of #FD2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2062

Black with #FD2062

Text Example


Text Example

White with #FD2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2062; }

 p { color: rgb(253,32,98); }

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

background-color css

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

 a { background-color: rgb(253,32,98); }

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

border-color css

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

 span { border-color: rgb(253,32,98); }

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