Html Css Color HEX #FD4669 Radical Red

📋 copy color: '#FD4669'

red 253 ◦ green 70 ◦ blue 105

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

Shades of Radical Red #FD4669

Tints of Radical Red #FD4669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.53%

R = 59.11%
G = 16.36%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD4669 (or 0xFD4669) is known color: Radical Red. HEX triplet: FD, 46 and 69. RGB value is (253,70,105). Sum of RGB (Red+Green+Blue) = 253+70+105=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4669 is #02B996. Grayscale: #808080. Windows color (decimal): -178583 or 6899453. OLE color: 6899453.

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

Color convert

RGB 253 70 105 -
CMYK 0 0.72 0.58 0.01
HSL 348.52º 0.98% 0.63% -
HSV(B) 348.52º 0.72% 0.99% -
XYZ 45.25 26.28 16.05 -
YUV 128.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 253 70 105 0 0.72 0.58 0.01 348.52 0.98 0.63
Hex FD 46 69 0 48 3A 1 15D 62 3F
Octal 375 106 151 0 110 72 1 535 142 77
Binary 11111101 1000110 1101001 0 1001000 111010 1 101011101 1100010 111111

Color Harmonies of #FD4669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4669

Black with #FD4669

Text Example


Text Example

White with #FD4669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4669; }

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

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

background-color css

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

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

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

border-color css

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

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

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