Html Css Color HEX #FF3463 Radical Red

📋 copy color: '#FF3463'

red 255 ◦ green 52 ◦ blue 99

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

Shades of Radical Red #FF3463

Tints of Radical Red #FF3463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 62.81%
G = 12.81%
B = 24.38%

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

#FF3463 (or 0xFF3463) is known color: Radical Red. HEX triplet: FF, 34 and 63. RGB value is (255,52,99). Sum of RGB (Red+Green+Blue) = 255+52+99=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3463 is #00CB9C. Grayscale: #767676. Windows color (decimal): -52125 or 6501631. OLE color: 6501631.

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

Color convert

RGB 255 52 99 -
CMYK 0 0.80 0.61 0
HSL 346.11º 1% 0.6% -
HSV(B) 346.11º 0.8% 1% -
XYZ 44.72 24.62 14.2 -
YUV 118.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 255 52 99 0 0.80 0.61 0 346.11 1 0.6
Hex FF 34 63 0 50 3D 0 15A 64 3C
Octal 377 64 143 0 120 75 0 532 144 74
Binary 11111111 110100 1100011 0 1010000 111101 0 101011010 1100100 111100

Color Harmonies of #FF3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3463

Black with #FF3463

Text Example


Text Example

White with #FF3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3463; }

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

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

background-color css

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

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

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

border-color css

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

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

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