Html Css Color HEX #FF4055 Radical Red

📋 copy color: '#FF4055'

red 255 ◦ green 64 ◦ blue 85

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

Shades of Radical Red #FF4055

Tints of Radical Red #FF4055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.04%

R = 63.12%
G = 15.84%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF4055 (or 0xFF4055) is known color: Radical Red. HEX triplet: FF, 40 and 55. RGB value is (255,64,85). Sum of RGB (Red+Green+Blue) = 255+64+85=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4055 is #00BFAA. Grayscale: #7B7B7B. Windows color (decimal): -49067 or 5587199. OLE color: 5587199.

HSL color Cylindrical-coordinate representation of color #FF4055: hue angle of 353.4º 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 #FF4055 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 64 85 -
CMYK 0 0.75 0.67 0
HSL 353.4º 1% 0.63% -
HSV(B) 353.4º 0.75% 1% -
XYZ 44.71 25.58 11.18 -
YUV 123.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 255 64 85 0 0.75 0.67 0 353.4 1 0.63
Hex FF 40 55 0 4B 43 0 161 64 3F
Octal 377 100 125 0 113 103 0 541 144 77
Binary 11111111 1000000 1010101 0 1001011 1000011 0 101100001 1100100 111111

Color Harmonies of #FF4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4055

Black with #FF4055

Text Example


Text Example

White with #FF4055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4055; }

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

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

background-color css

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

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

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

border-color css

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

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

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