Html Css Color HEX #FD3F68 Radical Red

📋 copy color: '#FD3F68'

red 253 ◦ green 63 ◦ blue 104

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

Shades of Radical Red #FD3F68

Tints of Radical Red #FD3F68

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

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

R = 60.24%
G = 15%
B = 24.76%

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

#FD3F68 (or 0xFD3F68) is known color: Radical Red. HEX triplet: FD, 3F and 68. RGB value is (253,63,104). Sum of RGB (Red+Green+Blue) = 253+63+104=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F68 is #02C097. Grayscale: #7C7C7C. Windows color (decimal): -180376 or 6832125. OLE color: 6832125.

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

Color convert

RGB 253 63 104 -
CMYK 0 0.75 0.59 0.01
HSL 347.05º 0.98% 0.62% -
HSV(B) 347.05º 0.75% 0.99% -
XYZ 44.78 25.44 15.65 -
YUV 124.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 253 63 104 0 0.75 0.59 0.01 347.05 0.98 0.62
Hex FD 3F 68 0 4B 3B 1 15B 62 3E
Octal 375 77 150 0 113 73 1 533 142 76
Binary 11111101 111111 1101000 0 1001011 111011 1 101011011 1100010 111110

Color Harmonies of #FD3F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F68

Black with #FD3F68

Text Example


Text Example

White with #FD3F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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