Html Css Color HEX #FF3A60 Radical Red

📋 copy color: '#FF3A60'

red 255 ◦ green 58 ◦ blue 96

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

Shades of Radical Red #FF3A60

Tints of Radical Red #FF3A60

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 62.35%
G = 14.18%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3A60 (or 0xFF3A60) is known color: Radical Red. HEX triplet: FF, 3A and 60. RGB value is (255,58,96). Sum of RGB (Red+Green+Blue) = 255+58+96=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A60 is #00C59F. Grayscale: #797979. Windows color (decimal): -50592 or 6306559. OLE color: 6306559.

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

Color convert

RGB 255 58 96 -
CMYK 0 0.77 0.62 0
HSL 348.43º 1% 0.61% -
HSV(B) 348.43º 0.77% 1% -
XYZ 44.86 25.13 13.55 -
YUV 121.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 255 58 96 0 0.77 0.62 0 348.43 1 0.61
Hex FF 3A 60 0 4D 3E 0 15C 64 3D
Octal 377 72 140 0 115 76 0 534 144 75
Binary 11111111 111010 1100000 0 1001101 111110 0 101011100 1100100 111101

Color Harmonies of #FF3A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A60

Black with #FF3A60

Text Example


Text Example

White with #FF3A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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