Html Css Color HEX #FF4052 Radical Red

📋 copy color: '#FF4052'

red 255 ◦ green 64 ◦ blue 82

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

Shades of Radical Red #FF4052

Tints of Radical Red #FF4052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 63.59%
G = 15.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF4052 (or 0xFF4052) is known color: Radical Red. HEX triplet: FF, 40 and 52. RGB value is (255,64,82). Sum of RGB (Red+Green+Blue) = 255+64+82=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4052 is #00BFAD. Grayscale: #7B7B7B. Windows color (decimal): -49070 or 5390591. OLE color: 5390591.

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

Color convert

RGB 255 64 82 -
CMYK 0 0.75 0.68 0
HSL 354.35º 1% 0.63% -
HSV(B) 354.35º 0.75% 1% -
XYZ 44.6 25.54 10.56 -
YUV 123.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 255 64 82 0 0.75 0.68 0 354.35 1 0.63
Hex FF 40 52 0 4B 44 0 162 64 3F
Octal 377 100 122 0 113 104 0 542 144 77
Binary 11111111 1000000 1010010 0 1001011 1000100 0 101100010 1100100 111111

Color Harmonies of #FF4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4052

Black with #FF4052

Text Example


Text Example

White with #FF4052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4052; }

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

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

background-color css

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

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

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

border-color css

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

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

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