Html Css Color HEX #FD426E Radical Red

📋 copy color: '#FD426E'

red 253 ◦ green 66 ◦ blue 110

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

Shades of Radical Red #FD426E

Tints of Radical Red #FD426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.64%

R = 58.97%
G = 15.38%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD426E (or 0xFD426E) is known color: Radical Red. HEX triplet: FD, 42 and 6E. RGB value is (253,66,110). Sum of RGB (Red+Green+Blue) = 253+66+110=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD426E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD426E is #02BD91. Grayscale: #7E7E7E. Windows color (decimal): -179602 or 7226109. OLE color: 7226109.

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

Color convert

RGB 253 66 110 -
CMYK 0 0.74 0.57 0.01
HSL 345.88º 0.98% 0.63% -
HSV(B) 345.88º 0.74% 0.99% -
XYZ 45.27 25.9 17.37 -
YUV 126.93 118.45 217.92 -
System Red Green Blue C M Y K H S L
Decimal 253 66 110 0 0.74 0.57 0.01 345.88 0.98 0.63
Hex FD 42 6E 0 4A 39 1 15A 62 3F
Octal 375 102 156 0 112 71 1 532 142 77
Binary 11111101 1000010 1101110 0 1001010 111001 1 101011010 1100010 111111

Color Harmonies of #FD426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD426E

Black with #FD426E

Text Example


Text Example

White with #FD426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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