Html Css Color HEX #FF2960 Radical Red

📋 copy color: '#FF2960'

red 255 ◦ green 41 ◦ blue 96

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

Shades of Radical Red #FF2960

Tints of Radical Red #FF2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.46%

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

R = 65.05%
G = 10.46%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF2960 (or 0xFF2960) is known color: Radical Red. HEX triplet: FF, 29 and 60. RGB value is (255,41,96). Sum of RGB (Red+Green+Blue) = 255+41+96=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2960 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2960 is #00D69F. Grayscale: #6F6F6F. Windows color (decimal): -54944 or 6302207. OLE color: 6302207.

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

Color convert

RGB 255 41 96 -
CMYK 0 0.84 0.62 0
HSL 344.58º 1% 0.58% -
HSV(B) 344.58º 0.84% 1% -
XYZ 44.14 23.69 13.31 -
YUV 111.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 255 41 96 0 0.84 0.62 0 344.58 1 0.58
Hex FF 29 60 0 54 3E 0 159 64 3A
Octal 377 51 140 0 124 76 0 531 144 72
Binary 11111111 101001 1100000 0 1010100 111110 0 101011001 1100100 111010

Color Harmonies of #FF2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2960

Black with #FF2960

Text Example


Text Example

White with #FF2960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2960; }

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

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

background-color css

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

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

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

border-color css

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

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

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