Html Css Color HEX #FF3260 Radical Red

📋 copy color: '#FF3260'

red 255 ◦ green 50 ◦ blue 96

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

Shades of Radical Red #FF3260

Tints of Radical Red #FF3260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

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

R = 63.59%
G = 12.47%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3260 (or 0xFF3260) is known color: Radical Red. HEX triplet: FF, 32 and 60. RGB value is (255,50,96). Sum of RGB (Red+Green+Blue) = 255+50+96=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3260 is #00CD9F. Grayscale: #747474. Windows color (decimal): -52640 or 6304511. OLE color: 6304511.

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

Color convert

RGB 255 50 96 -
CMYK 0 0.80 0.62 0
HSL 346.54º 1% 0.6% -
HSV(B) 346.54º 0.8% 1% -
XYZ 44.49 24.39 13.43 -
YUV 116.54 116.42 226.76 -
System Red Green Blue C M Y K H S L
Decimal 255 50 96 0 0.80 0.62 0 346.54 1 0.6
Hex FF 32 60 0 50 3E 0 15B 64 3C
Octal 377 62 140 0 120 76 0 533 144 74
Binary 11111111 110010 1100000 0 1010000 111110 0 101011011 1100100 111100

Color Harmonies of #FF3260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3260

Black with #FF3260

Text Example


Text Example

White with #FF3260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3260; }

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

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

background-color css

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

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

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

border-color css

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

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

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