Html Css Color HEX #FD264C Radical Red

📋 copy color: '#FD264C'

red 253 ◦ green 38 ◦ blue 76

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

Shades of Radical Red #FD264C

Tints of Radical Red #FD264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.35%

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 68.94%
G = 10.35%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD264C (or 0xFD264C) is known color: Radical Red. HEX triplet: FD, 26 and 4C. RGB value is (253,38,76). Sum of RGB (Red+Green+Blue) = 253+38+76=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD264C is #02D9B3. Grayscale: #6A6A6A. Windows color (decimal): -186804 or 4990717. OLE color: 4990717.

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

Color convert

RGB 253 38 76 -
CMYK 0 0.85 0.70 0.01
HSL 349.4º 0.98% 0.57% -
HSV(B) 349.4º 0.85% 0.99% -
XYZ 42.51 22.79 9 -
YUV 106.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 253 38 76 0 0.85 0.70 0.01 349.4 0.98 0.57
Hex FD 26 4C 0 55 46 1 15D 62 39
Octal 375 46 114 0 125 106 1 535 142 71
Binary 11111101 100110 1001100 0 1010101 1000110 1 101011101 1100010 111001

Color Harmonies of #FD264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD264C

Black with #FD264C

Text Example


Text Example

White with #FD264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD264C; }

 p { color: rgb(253,38,76); }

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

background-color css

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

 a { background-color: rgb(253,38,76); }

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

border-color css

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

 span { border-color: rgb(253,38,76); }

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