Html Css Color HEX #FF346A Radical Red

📋 copy color: '#FF346A'

red 255 ◦ green 52 ◦ blue 106

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

Shades of Radical Red #FF346A

Tints of Radical Red #FF346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 61.74%
G = 12.59%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF346A (or 0xFF346A) is known color: Radical Red. HEX triplet: FF, 34 and 6A. RGB value is (255,52,106). Sum of RGB (Red+Green+Blue) = 255+52+106=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346A is #00CB95. Grayscale: #767676. Windows color (decimal): -52118 or 6960383. OLE color: 6960383.

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

Color convert

RGB 255 52 106 -
CMYK 0 0.80 0.58 0
HSL 344.04º 1% 0.6% -
HSV(B) 344.04º 0.8% 1% -
XYZ 45.07 24.76 16.04 -
YUV 118.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 255 52 106 0 0.80 0.58 0 344.04 1 0.6
Hex FF 34 6A 0 50 3A 0 158 64 3C
Octal 377 64 152 0 120 72 0 530 144 74
Binary 11111111 110100 1101010 0 1010000 111010 0 101011000 1100100 111100

Color Harmonies of #FF346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF346A

Black with #FF346A

Text Example


Text Example

White with #FF346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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