Html Css Color HEX #FD3F5A Radical Red

📋 copy color: '#FD3F5A'

red 253 ◦ green 63 ◦ blue 90

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

Shades of Radical Red #FD3F5A

Tints of Radical Red #FD3F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 62.32%
G = 15.52%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD3F5A (or 0xFD3F5A) is known color: Radical Red. HEX triplet: FD, 3F and 5A. RGB value is (253,63,90). Sum of RGB (Red+Green+Blue) = 253+63+90=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F5A is #02C0A5. Grayscale: #7A7A7A. Windows color (decimal): -180390 or 5914621. OLE color: 5914621.

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

Color convert

RGB 253 63 90 -
CMYK 0 0.75 0.64 0.01
HSL 351.47º 0.98% 0.62% -
HSV(B) 351.47º 0.75% 0.99% -
XYZ 44.13 25.18 12.21 -
YUV 122.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 253 63 90 0 0.75 0.64 0.01 351.47 0.98 0.62
Hex FD 3F 5A 0 4B 40 1 15F 62 3E
Octal 375 77 132 0 113 100 1 537 142 76
Binary 11111101 111111 1011010 0 1001011 1000000 1 101011111 1100010 111110

Color Harmonies of #FD3F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F5A

Black with #FD3F5A

Text Example


Text Example

White with #FD3F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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