Html Css Color HEX #FF4A64 Radical Red

📋 copy color: '#FF4A64'

red 255 ◦ green 74 ◦ blue 100

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

Shades of Radical Red #FF4A64

Tints of Radical Red #FF4A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 59.44%
G = 17.25%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF4A64 (or 0xFF4A64) is known color: Radical Red. HEX triplet: FF, 4A and 64. RGB value is (255,74,100). Sum of RGB (Red+Green+Blue) = 255+74+100=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A64 is #00B59B. Grayscale: #838383. Windows color (decimal): -46492 or 6572799. OLE color: 6572799.

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

Color convert

RGB 255 74 100 -
CMYK 0 0.71 0.61 0
HSL 351.38º 1% 0.65% -
HSV(B) 351.38º 0.71% 1% -
XYZ 45.99 27.08 14.86 -
YUV 131.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 255 74 100 0 0.71 0.61 0 351.38 1 0.65
Hex FF 4A 64 0 47 3D 0 15F 64 41
Octal 377 112 144 0 107 75 0 537 144 101
Binary 11111111 1001010 1100100 0 1000111 111101 0 101011111 1100100 1000001

Color Harmonies of #FF4A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A64

Black with #FF4A64

Text Example


Text Example

White with #FF4A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A64; }

 p { color: rgb(255,74,100); }

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

background-color css

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

 a { background-color: rgb(255,74,100); }

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

border-color css

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

 span { border-color: rgb(255,74,100); }

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