Html Css Color HEX #FD4665 Radical Red

📋 copy color: '#FD4665'

red 253 ◦ green 70 ◦ blue 101

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

Shades of Radical Red #FD4665

Tints of Radical Red #FD4665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 59.67%
G = 16.51%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD4665 (or 0xFD4665) is known color: Radical Red. HEX triplet: FD, 46 and 65. RGB value is (253,70,101). Sum of RGB (Red+Green+Blue) = 253+70+101=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4665 is #02B99A. Grayscale: #808080. Windows color (decimal): -178587 or 6637309. OLE color: 6637309.

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

Color convert

RGB 253 70 101 -
CMYK 0 0.72 0.60 0.01
HSL 349.84º 0.98% 0.63% -
HSV(B) 349.84º 0.72% 0.99% -
XYZ 45.05 26.2 15 -
YUV 128.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 253 70 101 0 0.72 0.60 0.01 349.84 0.98 0.63
Hex FD 46 65 0 48 3C 1 15E 62 3F
Octal 375 106 145 0 110 74 1 536 142 77
Binary 11111101 1000110 1100101 0 1001000 111100 1 101011110 1100010 111111

Color Harmonies of #FD4665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4665

Black with #FD4665

Text Example


Text Example

White with #FD4665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4665; }

 p { color: rgb(253,70,101); }

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

background-color css

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

 a { background-color: rgb(253,70,101); }

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

border-color css

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

 span { border-color: rgb(253,70,101); }

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