Html Css Color HEX #FD3F65 Radical Red

📋 copy color: '#FD3F65'

red 253 ◦ green 63 ◦ blue 101

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

Shades of Radical Red #FD3F65

Tints of Radical Red #FD3F65

RGB

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

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

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

R = 60.67%
G = 15.11%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD3F65 (or 0xFD3F65) is known color: Radical Red. HEX triplet: FD, 3F and 65. RGB value is (253,63,101). Sum of RGB (Red+Green+Blue) = 253+63+101=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F65 is #02C09A. Grayscale: #7C7C7C. Windows color (decimal): -180379 or 6635517. OLE color: 6635517.

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

Color convert

RGB 253 63 101 -
CMYK 0 0.75 0.60 0.01
HSL 348º 0.98% 0.62% -
HSV(B) 348º 0.75% 0.99% -
XYZ 44.63 25.38 14.86 -
YUV 124.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 253 63 101 0 0.75 0.60 0.01 348 0.98 0.62
Hex FD 3F 65 0 4B 3C 1 15C 62 3E
Octal 375 77 145 0 113 74 1 534 142 76
Binary 11111101 111111 1100101 0 1001011 111100 1 101011100 1100010 111110

Color Harmonies of #FD3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3F65

Black with #FD3F65

Text Example


Text Example

White with #FD3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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