Html Css Color HEX #FD425C Radical Red

📋 copy color: '#FD425C'

red 253 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #FD425C

Tints of Radical Red #FD425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 61.56%
G = 16.06%
B = 22.38%

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

#FD425C (or 0xFD425C) is known color: Radical Red. HEX triplet: FD, 42 and 5C. RGB value is (253,66,92). Sum of RGB (Red+Green+Blue) = 253+66+92=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD425C is #02BDA3. Grayscale: #7C7C7C. Windows color (decimal): -179620 or 6046461. OLE color: 6046461.

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

Color convert

RGB 253 66 92 -
CMYK 0 0.74 0.64 0.01
HSL 351.66º 0.98% 0.63% -
HSV(B) 351.66º 0.74% 0.99% -
XYZ 44.39 25.55 12.72 -
YUV 124.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 253 66 92 0 0.74 0.64 0.01 351.66 0.98 0.63
Hex FD 42 5C 0 4A 40 1 160 62 3F
Octal 375 102 134 0 112 100 1 540 142 77
Binary 11111101 1000010 1011100 0 1001010 1000000 1 101100000 1100010 111111

Color Harmonies of #FD425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD425C

Black with #FD425C

Text Example


Text Example

White with #FD425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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