Html Css Color HEX #FD3F54 Radical Red

📋 copy color: '#FD3F54'

red 253 ◦ green 63 ◦ blue 84

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

Shades of Radical Red #FD3F54

Tints of Radical Red #FD3F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21%

R = 63.25%
G = 15.75%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD3F54 (or 0xFD3F54) is known color: Radical Red. HEX triplet: FD, 3F and 54. RGB value is (253,63,84). Sum of RGB (Red+Green+Blue) = 253+63+84=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F54 is #02C0AB. Grayscale: #7A7A7A. Windows color (decimal): -180396 or 5521405. OLE color: 5521405.

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

Color convert

RGB 253 63 84 -
CMYK 0 0.75 0.67 0.01
HSL 353.37º 0.98% 0.62% -
HSV(B) 353.37º 0.75% 0.99% -
XYZ 43.89 25.08 10.91 -
YUV 122.2 106.45 221.29 -
System Red Green Blue C M Y K H S L
Decimal 253 63 84 0 0.75 0.67 0.01 353.37 0.98 0.62
Hex FD 3F 54 0 4B 43 1 161 62 3E
Octal 375 77 124 0 113 103 1 541 142 76
Binary 11111101 111111 1010100 0 1001011 1000011 1 101100001 1100010 111110

Color Harmonies of #FD3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F54

Black with #FD3F54

Text Example


Text Example

White with #FD3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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