Html Css Color HEX #FF404B Radical Red

📋 copy color: '#FF404B'

red 255 ◦ green 64 ◦ blue 75

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

Shades of Radical Red #FF404B

Tints of Radical Red #FF404B

RGB

 RED value IS 255 (100% from 255) = 64.72%

 GREEN value IS 64 (25.39% from 255) = 16.24%

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 64.72%
G = 16.24%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF404B (or 0xFF404B) is known color: Radical Red. HEX triplet: FF, 40 and 4B. RGB value is (255,64,75). Sum of RGB (Red+Green+Blue) = 255+64+75=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF404B is #00BFB4. Grayscale: #7A7A7A. Windows color (decimal): -49077 or 4931839. OLE color: 4931839.

HSL color Cylindrical-coordinate representation of color #FF404B: hue angle of 356.54º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF404B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 75 -
CMYK 0 0.75 0.71 0
HSL 356.54º 1% 0.63% -
HSV(B) 356.54º 0.75% 1% -
XYZ 44.34 25.43 9.23 -
YUV 122.36 101.28 222.61 -
System Red Green Blue C M Y K H S L
Decimal 255 64 75 0 0.75 0.71 0 356.54 1 0.63
Hex FF 40 4B 0 4B 47 0 165 64 3F
Octal 377 100 113 0 113 107 0 545 144 77
Binary 11111111 1000000 1001011 0 1001011 1000111 0 101100101 1100100 111111

Color Harmonies of #FF404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF404B

Black with #FF404B

Text Example


Text Example

White with #FF404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF404B; }

 p { color: rgb(255,64,75); }

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

background-color css

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

 a { background-color: rgb(255,64,75); }

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

border-color css

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

 span { border-color: rgb(255,64,75); }

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