Html Css Color HEX #FD3766 Radical Red

📋 copy color: '#FD3766'

red 253 ◦ green 55 ◦ blue 102

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

Shades of Radical Red #FD3766

Tints of Radical Red #FD3766

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.41%

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

R = 61.71%
G = 13.41%
B = 24.88%

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

#FD3766 (or 0xFD3766) is known color: Radical Red. HEX triplet: FD, 37 and 66. RGB value is (253,55,102). Sum of RGB (Red+Green+Blue) = 253+55+102=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3766 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3766 is #02C899. Grayscale: #777777. Windows color (decimal): -182426 or 6699005. OLE color: 6699005.

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

Color convert

RGB 253 55 102 -
CMYK 0 0.78 0.60 0.01
HSL 345.76º 0.98% 0.6% -
HSV(B) 345.76º 0.78% 0.99% -
XYZ 44.27 24.57 14.98 -
YUV 119.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 253 55 102 0 0.78 0.60 0.01 345.76 0.98 0.6
Hex FD 37 66 0 4E 3C 1 15A 62 3C
Octal 375 67 146 0 116 74 1 532 142 74
Binary 11111101 110111 1100110 0 1001110 111100 1 101011010 1100010 111100

Color Harmonies of #FD3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3766

Black with #FD3766

Text Example


Text Example

White with #FD3766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3766; }

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

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

background-color css

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

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

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

border-color css

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

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

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