Html Css Color HEX #FF3464 Radical Red

📋 copy color: '#FF3464'

red 255 ◦ green 52 ◦ blue 100

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

Shades of Radical Red #FF3464

Tints of Radical Red #FF3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.78%

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 62.65%
G = 12.78%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF3464 (or 0xFF3464) is known color: Radical Red. HEX triplet: FF, 34 and 64. RGB value is (255,52,100). Sum of RGB (Red+Green+Blue) = 255+52+100=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3464 is #00CB9B. Grayscale: #767676. Windows color (decimal): -52124 or 6567167. OLE color: 6567167.

HSL color Cylindrical-coordinate representation of color #FF3464: hue angle of 345.81º 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 #FF3464 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 255 52 100 -
CMYK 0 0.80 0.61 0
HSL 345.81º 1% 0.6% -
HSV(B) 345.81º 0.8% 1% -
XYZ 44.77 24.64 14.45 -
YUV 118.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 255 52 100 0 0.80 0.61 0 345.81 1 0.6
Hex FF 34 64 0 50 3D 0 15A 64 3C
Octal 377 64 144 0 120 75 0 532 144 74
Binary 11111111 110100 1100100 0 1010000 111101 0 101011010 1100100 111100

Color Harmonies of #FF3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3464

Black with #FF3464

Text Example


Text Example

White with #FF3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3464; }

 p { color: rgb(255,52,100); }

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

background-color css

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

 a { background-color: rgb(255,52,100); }

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

border-color css

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

 span { border-color: rgb(255,52,100); }

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