Html Css Color HEX #FD2467 Radical Red

📋 copy color: '#FD2467'

red 253 ◦ green 36 ◦ blue 103

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

Shades of Radical Red #FD2467

Tints of Radical Red #FD2467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 64.54%
G = 9.18%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FD2467 (or 0xFD2467) is known color: Radical Red. HEX triplet: FD, 24 and 67. RGB value is (253,36,103). Sum of RGB (Red+Green+Blue) = 253+36+103=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2467 is #02DB98. Grayscale: #6C6C6C. Windows color (decimal): -187289 or 6759677. OLE color: 6759677.

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

Color convert

RGB 253 36 103 -
CMYK 0 0.86 0.59 0.01
HSL 341.47º 0.98% 0.57% -
HSV(B) 341.47º 0.86% 0.99% -
XYZ 43.59 23.12 15 -
YUV 108.52 124.89 231.05 -
System Red Green Blue C M Y K H S L
Decimal 253 36 103 0 0.86 0.59 0.01 341.47 0.98 0.57
Hex FD 24 67 0 56 3B 1 155 62 39
Octal 375 44 147 0 126 73 1 525 142 71
Binary 11111101 100100 1100111 0 1010110 111011 1 101010101 1100010 111001

Color Harmonies of #FD2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2467

Black with #FD2467

Text Example


Text Example

White with #FD2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2467; }

 p { color: rgb(253,36,103); }

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

background-color css

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

 a { background-color: rgb(253,36,103); }

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

border-color css

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

 span { border-color: rgb(253,36,103); }

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