Html Css Color HEX #FD425A Radical Red

📋 copy color: '#FD425A'

red 253 ◦ green 66 ◦ blue 90

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

Shades of Radical Red #FD425A

Tints of Radical Red #FD425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 61.86%
G = 16.14%
B = 22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD425A (or 0xFD425A) is known color: Radical Red. HEX triplet: FD, 42 and 5A. RGB value is (253,66,90). Sum of RGB (Red+Green+Blue) = 253+66+90=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD425A is #02BDA5. Grayscale: #7C7C7C. Windows color (decimal): -179622 or 5915389. OLE color: 5915389.

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

Color convert

RGB 253 66 90 -
CMYK 0 0.74 0.64 0.01
HSL 352.3º 0.98% 0.63% -
HSV(B) 352.3º 0.74% 0.99% -
XYZ 44.3 25.52 12.26 -
YUV 124.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 253 66 90 0 0.74 0.64 0.01 352.3 0.98 0.63
Hex FD 42 5A 0 4A 40 1 160 62 3F
Octal 375 102 132 0 112 100 1 540 142 77
Binary 11111101 1000010 1011010 0 1001010 1000000 1 101100000 1100010 111111

Color Harmonies of #FD425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD425A

Black with #FD425A

Text Example


Text Example

White with #FD425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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