Html Css Color HEX #FD4468 Radical Red

📋 copy color: '#FD4468'

red 253 ◦ green 68 ◦ blue 104

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

Shades of Radical Red #FD4468

Tints of Radical Red #FD4468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16%

 BLUE value IS 104 (41.02% from 255) = 24.47%

R = 59.53%
G = 16%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD4468 (or 0xFD4468) is known color: Radical Red. HEX triplet: FD, 44 and 68. RGB value is (253,68,104). Sum of RGB (Red+Green+Blue) = 253+68+104=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4468 is #02BB97. Grayscale: #7F7F7F. Windows color (decimal): -179096 or 6833405. OLE color: 6833405.

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

Color convert

RGB 253 68 104 -
CMYK 0 0.73 0.59 0.01
HSL 348.32º 0.98% 0.63% -
HSV(B) 348.32º 0.73% 0.99% -
XYZ 45.07 26.02 15.74 -
YUV 127.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 253 68 104 0 0.73 0.59 0.01 348.32 0.98 0.63
Hex FD 44 68 0 49 3B 1 15C 62 3F
Octal 375 104 150 0 111 73 1 534 142 77
Binary 11111101 1000100 1101000 0 1001001 111011 1 101011100 1100010 111111

Color Harmonies of #FD4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4468

Black with #FD4468

Text Example


Text Example

White with #FD4468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4468; }

 p { color: rgb(253,68,104); }

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

background-color css

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

 a { background-color: rgb(253,68,104); }

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

border-color css

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

 span { border-color: rgb(253,68,104); }

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