Html Css Color HEX #FD425E Radical Red

📋 copy color: '#FD425E'

red 253 ◦ green 66 ◦ blue 94

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

Shades of Radical Red #FD425E

Tints of Radical Red #FD425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 61.26%
G = 15.98%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD425E (or 0xFD425E) is known color: Radical Red. HEX triplet: FD, 42 and 5E. RGB value is (253,66,94). Sum of RGB (Red+Green+Blue) = 253+66+94=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD425E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD425E is #02BDA1. Grayscale: #7D7D7D. Windows color (decimal): -179618 or 6177533. OLE color: 6177533.

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

Color convert

RGB 253 66 94 -
CMYK 0 0.74 0.63 0.01
HSL 351.02º 0.98% 0.63% -
HSV(B) 351.02º 0.74% 0.99% -
XYZ 44.48 25.59 13.18 -
YUV 125.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 253 66 94 0 0.74 0.63 0.01 351.02 0.98 0.63
Hex FD 42 5E 0 4A 3F 1 15F 62 3F
Octal 375 102 136 0 112 77 1 537 142 77
Binary 11111101 1000010 1011110 0 1001010 111111 1 101011111 1100010 111111

Color Harmonies of #FD425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD425E

Black with #FD425E

Text Example


Text Example

White with #FD425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD425E; }

 p { color: rgb(253,66,94); }

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

background-color css

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

 a { background-color: rgb(253,66,94); }

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

border-color css

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

 span { border-color: rgb(253,66,94); }

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