Html Css Color HEX #FF346C Radical Red

📋 copy color: '#FF346C'

red 255 ◦ green 52 ◦ blue 108

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

Shades of Radical Red #FF346C

Tints of Radical Red #FF346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 61.45%
G = 12.53%
B = 26.02%

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

#FF346C (or 0xFF346C) is known color: Radical Red. HEX triplet: FF, 34 and 6C. RGB value is (255,52,108). Sum of RGB (Red+Green+Blue) = 255+52+108=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF346C is #00CB93. Grayscale: #777777. Windows color (decimal): -52116 or 7091455. OLE color: 7091455.

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

Color convert

RGB 255 52 108 -
CMYK 0 0.80 0.58 0
HSL 343.45º 1% 0.6% -
HSV(B) 343.45º 0.8% 1% -
XYZ 45.17 24.8 16.59 -
YUV 119.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 255 52 108 0 0.80 0.58 0 343.45 1 0.6
Hex FF 34 6C 0 50 3A 0 157 64 3C
Octal 377 64 154 0 120 72 0 527 144 74
Binary 11111111 110100 1101100 0 1010000 111010 0 101010111 1100100 111100

Color Harmonies of #FF346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF346C

Black with #FF346C

Text Example


Text Example

White with #FF346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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