Html Css Color HEX #FD4360 Radical Red

📋 copy color: '#FD4360'

red 253 ◦ green 67 ◦ blue 96

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

Shades of Radical Red #FD4360

Tints of Radical Red #FD4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.11%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 60.82%
G = 16.11%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD4360 (or 0xFD4360) is known color: Radical Red. HEX triplet: FD, 43 and 60. RGB value is (253,67,96). Sum of RGB (Red+Green+Blue) = 253+67+96=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4360 is #02BC9F. Grayscale: #7D7D7D. Windows color (decimal): -179360 or 6308861. OLE color: 6308861.

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

Color convert

RGB 253 67 96 -
CMYK 0 0.74 0.62 0.01
HSL 350.65º 0.98% 0.63% -
HSV(B) 350.65º 0.74% 0.99% -
XYZ 44.63 25.74 13.68 -
YUV 125.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 253 67 96 0 0.74 0.62 0.01 350.65 0.98 0.63
Hex FD 43 60 0 4A 3E 1 15F 62 3F
Octal 375 103 140 0 112 76 1 537 142 77
Binary 11111101 1000011 1100000 0 1001010 111110 1 101011111 1100010 111111

Color Harmonies of #FD4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4360

Black with #FD4360

Text Example


Text Example

White with #FD4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4360; }

 p { color: rgb(253,67,96); }

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

background-color css

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

 a { background-color: rgb(253,67,96); }

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

border-color css

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

 span { border-color: rgb(253,67,96); }

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