Html Css Color HEX #FD3E68 Radical Red

📋 copy color: '#FD3E68'

red 253 ◦ green 62 ◦ blue 104

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

Shades of Radical Red #FD3E68

Tints of Radical Red #FD3E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.8%

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

R = 60.38%
G = 14.8%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD3E68 (or 0xFD3E68) is known color: Radical Red. HEX triplet: FD, 3E and 68. RGB value is (253,62,104). Sum of RGB (Red+Green+Blue) = 253+62+104=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E68 is #02C197. Grayscale: #7B7B7B. Windows color (decimal): -180632 or 6831869. OLE color: 6831869.

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

Color convert

RGB 253 62 104 -
CMYK 0 0.75 0.59 0.01
HSL 346.81º 0.98% 0.62% -
HSV(B) 346.81º 0.75% 0.99% -
XYZ 44.73 25.33 15.63 -
YUV 123.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 253 62 104 0 0.75 0.59 0.01 346.81 0.98 0.62
Hex FD 3E 68 0 4B 3B 1 15B 62 3E
Octal 375 76 150 0 113 73 1 533 142 76
Binary 11111101 111110 1101000 0 1001011 111011 1 101011011 1100010 111110

Color Harmonies of #FD3E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3E68

Black with #FD3E68

Text Example


Text Example

White with #FD3E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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