Html Css Color HEX #FD1A62 Radical Red

📋 copy color: '#FD1A62'

red 253 ◦ green 26 ◦ blue 98

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

Shades of Radical Red #FD1A62

Tints of Radical Red #FD1A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

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

R = 67.11%
G = 6.9%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FD1A62 (or 0xFD1A62) is known color: Radical Red. HEX triplet: FD, 1A and 62. RGB value is (253,26,98). Sum of RGB (Red+Green+Blue) = 253+26+98=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1A62 is #02E59D. Grayscale: #666666. Windows color (decimal): -189854 or 6429437. OLE color: 6429437.

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

Color convert

RGB 253 26 98 -
CMYK 0 0.90 0.61 0.01
HSL 340.97º 0.98% 0.55% -
HSV(B) 340.97º 0.9% 0.99% -
XYZ 43.08 22.5 13.63 -
YUV 102.08 125.71 235.65 -
System Red Green Blue C M Y K H S L
Decimal 253 26 98 0 0.90 0.61 0.01 340.97 0.98 0.55
Hex FD 1A 62 0 5A 3D 1 155 62 37
Octal 375 32 142 0 132 75 1 525 142 67
Binary 11111101 11010 1100010 0 1011010 111101 1 101010101 1100010 110111

Color Harmonies of #FD1A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1A62

Black with #FD1A62

Text Example


Text Example

White with #FD1A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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