Html Css Color HEX #FF4D60 Radical Red

📋 copy color: '#FF4D60'

red 255 ◦ green 77 ◦ blue 96

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

Shades of Radical Red #FF4D60

Tints of Radical Red #FF4D60

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.99%

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

R = 59.58%
G = 17.99%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF4D60 (or 0xFF4D60) is known color: Radical Red. HEX triplet: FF, 4D and 60. RGB value is (255,77,96). Sum of RGB (Red+Green+Blue) = 255+77+96=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D60 is #00B29F. Grayscale: #848484. Windows color (decimal): -45728 or 6311423. OLE color: 6311423.

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

Color convert

RGB 255 77 96 -
CMYK 0 0.70 0.62 0
HSL 353.6º 1% 0.65% -
HSV(B) 353.6º 0.7% 1% -
XYZ 46.01 27.41 13.93 -
YUV 132.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 255 77 96 0 0.70 0.62 0 353.6 1 0.65
Hex FF 4D 60 0 46 3E 0 162 64 41
Octal 377 115 140 0 106 76 0 542 144 101
Binary 11111111 1001101 1100000 0 1000110 111110 0 101100010 1100100 1000001

Color Harmonies of #FF4D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D60

Black with #FF4D60

Text Example


Text Example

White with #FF4D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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