Html Css Color HEX #FF3960 Radical Red

📋 copy color: '#FF3960'

red 255 ◦ green 57 ◦ blue 96

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

Shades of Radical Red #FF3960

Tints of Radical Red #FF3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.97%

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

R = 62.5%
G = 13.97%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3960 (or 0xFF3960) is known color: Radical Red. HEX triplet: FF, 39 and 60. RGB value is (255,57,96). Sum of RGB (Red+Green+Blue) = 255+57+96=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3960 is #00C69F. Grayscale: #787878. Windows color (decimal): -50848 or 6306303. OLE color: 6306303.

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

Color convert

RGB 255 57 96 -
CMYK 0 0.78 0.62 0
HSL 348.18º 1% 0.61% -
HSV(B) 348.18º 0.78% 1% -
XYZ 44.81 25.03 13.54 -
YUV 120.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 255 57 96 0 0.78 0.62 0 348.18 1 0.61
Hex FF 39 60 0 4E 3E 0 15C 64 3D
Octal 377 71 140 0 116 76 0 534 144 75
Binary 11111111 111001 1100000 0 1001110 111110 0 101011100 1100100 111101

Color Harmonies of #FF3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3960

Black with #FF3960

Text Example


Text Example

White with #FF3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3960; }

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

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

background-color css

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

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

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

border-color css

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

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

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