Html Css Color HEX #FD2764 Radical Red

📋 copy color: '#FD2764'

red 253 ◦ green 39 ◦ blue 100

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

Shades of Radical Red #FD2764

Tints of Radical Red #FD2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 64.54%
G = 9.95%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD2764 (or 0xFD2764) is known color: Radical Red. HEX triplet: FD, 27 and 64. RGB value is (253,39,100). Sum of RGB (Red+Green+Blue) = 253+39+100=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2764 is #02D89B. Grayscale: #6D6D6D. Windows color (decimal): -186524 or 6563837. OLE color: 6563837.

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

Color convert

RGB 253 39 100 -
CMYK 0 0.85 0.60 0.01
HSL 342.9º 0.98% 0.57% -
HSV(B) 342.9º 0.85% 0.99% -
XYZ 43.53 23.25 14.25 -
YUV 109.94 122.4 230.04 -
System Red Green Blue C M Y K H S L
Decimal 253 39 100 0 0.85 0.60 0.01 342.9 0.98 0.57
Hex FD 27 64 0 55 3C 1 157 62 39
Octal 375 47 144 0 125 74 1 527 142 71
Binary 11111101 100111 1100100 0 1010101 111100 1 101010111 1100010 111001

Color Harmonies of #FD2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2764

Black with #FD2764

Text Example


Text Example

White with #FD2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2764; }

 p { color: rgb(253,39,100); }

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

background-color css

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

 a { background-color: rgb(253,39,100); }

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

border-color css

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

 span { border-color: rgb(253,39,100); }

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