Html Css Color HEX #FF4660 Radical Red

📋 copy color: '#FF4660'

red 255 ◦ green 70 ◦ blue 96

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

Shades of Radical Red #FF4660

Tints of Radical Red #FF4660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.63%

 BLUE value IS 96 (37.89% from 255) = 22.8%

R = 60.57%
G = 16.63%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF4660 (or 0xFF4660) is known color: Radical Red. HEX triplet: FF, 46 and 60. RGB value is (255,70,96). Sum of RGB (Red+Green+Blue) = 255+70+96=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4660 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4660 is #00B99F. Grayscale: #808080. Windows color (decimal): -47520 or 6309631. OLE color: 6309631.

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

Color convert

RGB 255 70 96 -
CMYK 0 0.73 0.62 0
HSL 351.57º 1% 0.64% -
HSV(B) 351.57º 0.73% 1% -
XYZ 45.54 26.48 13.78 -
YUV 128.28 109.79 218.39 -
System Red Green Blue C M Y K H S L
Decimal 255 70 96 0 0.73 0.62 0 351.57 1 0.64
Hex FF 46 60 0 49 3E 0 160 64 40
Octal 377 106 140 0 111 76 0 540 144 100
Binary 11111111 1000110 1100000 0 1001001 111110 0 101100000 1100100 1000000

Color Harmonies of #FF4660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4660

Black with #FF4660

Text Example


Text Example

White with #FF4660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4660; }

 p { color: rgb(255,70,96); }

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

background-color css

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

 a { background-color: rgb(255,70,96); }

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

border-color css

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

 span { border-color: rgb(255,70,96); }

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