Html Css Color HEX #FD3866 Radical Red

📋 copy color: '#FD3866'

red 253 ◦ green 56 ◦ blue 102

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

Shades of Radical Red #FD3866

Tints of Radical Red #FD3866

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.63%

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 61.56%
G = 13.63%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD3866 (or 0xFD3866) is known color: Radical Red. HEX triplet: FD, 38 and 66. RGB value is (253,56,102). Sum of RGB (Red+Green+Blue) = 253+56+102=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3866 is #02C799. Grayscale: #787878. Windows color (decimal): -182170 or 6699261. OLE color: 6699261.

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

Color convert

RGB 253 56 102 -
CMYK 0 0.78 0.60 0.01
HSL 345.99º 0.98% 0.61% -
HSV(B) 345.99º 0.78% 0.99% -
XYZ 44.32 24.67 15 -
YUV 120.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 253 56 102 0 0.78 0.60 0.01 345.99 0.98 0.61
Hex FD 38 66 0 4E 3C 1 15A 62 3D
Octal 375 70 146 0 116 74 1 532 142 75
Binary 11111101 111000 1100110 0 1001110 111100 1 101011010 1100010 111101

Color Harmonies of #FD3866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3866

Black with #FD3866

Text Example


Text Example

White with #FD3866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3866; }

 p { color: rgb(253,56,102); }

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

background-color css

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

 a { background-color: rgb(253,56,102); }

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

border-color css

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

 span { border-color: rgb(253,56,102); }

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